Changelog for scheduler-1.4.0
1.4.0
- Worker id has been promoted from
Intto anewtypewrapperWorkerId. - Addition of
SchedulerWSandWorkerStatesdata types. As well as the relatedMutexException - Functions that came along with stateful worker threads:
initWorkerStatesworkerStatesCompscheduleWorkStatescheduleWorkState_withSchedulerWSwithSchedulerWS_unwrapSchedulerWS
- Made internal modules accessible, but invisible.
1.3.0
- Make sure internal
Scheduleraccessor functions are no longer exported, they only cause breakage. - Make sure number of capabilities does not change through out the program execution, as
far as
scheduleris concerned.
1.2.0
- Addition of
scheduleWorkIdandscheduleWorkId_
1.1.0
- Add functions:
replicateConcurrentlyandreplicateConcurrently_ - Made
traverseConcurrently_lazy, thus making it possible to apply to infinite lists and other such foldables. - Fix
Monoidinstance forComp - Addition of
Par'pattern
1.0.0
Initial release.