Skip to content

v0.3.3

Choose a tag to compare

@Suke0811 Suke0811 released this 23 Jul 20:23
· 17 commits to main since this release
90bc9af

What's Changed

  • optional waitability on async @spin decorator. 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