BrightFutures v1.0.0-beta.3 Release Notes

  • ๐Ÿš€ Note: The overview for this release is incomplete

    • ๐Ÿ”„ Changed ExecutionContext from a protocol to a function type. This allows for better composition. It does mean that a Queue cannot be used directly as an ExecutionContext, instead use the context property (e.g. Queue.main.context) or the toContext function (e.g. toContext(Queue.main)).