Skip to content

0.7.0

Pre-release
Pre-release

Choose a tag to compare

@lukeredpath lukeredpath released this 01 Nov 18:21
bea79f2

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.