v0.3.3
What's Changed
- optional waitability on async
@spindecorator. Now calling async function can loop in the background or could be blocking based on your need. - loop can now properly handle async. It always runs the async loop in the background.
- Bug fix on async infinity loop case
- add a benchmark function to check the frequency accuracy
- Add: GitHub Actions workflow for benchmarking fspin across Python ver… by @Suke0811 in #23
- Benchy by @Suke0811 in #24
Full Changelog: v0.3.2...v0.3.3