- Bump Hopac dependency to 0.3.22
- Added utility and timing extensions for
Promise, Job, and Alt
- Added
OptionJob extensions including traverse and sequence
- Added
ChoiceJob extensions including traverse and sequence
- Added
UnixTime implementation for getting the current time in Unix seconds since the epoch
- Added
Job.supervise and Job.superviseWithWill
- Added automatic retry and exponential backoff policies
SharedMap.freeze again returns a Job<Map<'k,'v>>
- Add serialized access map
- Internal refactoring
SharedMap.freeze now returns an Alt<Map<'k,'v>>
- Includes basic shared map