What's Changed
- add sync task support via thread pool by @Graeme22 in #7
Adds support for enqueuing sync functions by transforming them into async ones run in a thread pool. This allows people who have mixed sync/async codebases to switch over more easily.
Full Changelog: v0.4.0...v0.4.1