0.7.0
Pre-release
Pre-release
Removed hardcoded dependency on RunLoop.main, instead making use of the Combine scheduler abstraction.
This changes means that you can remove the async behaviour by overriding the default scheduler in the environment (RunLoop.main
) with another scheduler, e.g. an .immediate
scheduler.