Skip to content

v0.0.13: Fix: sync bound methods on async designated classes were running sync…

Compare
Choose a tag to compare
@BobTheBuidler BobTheBuidler released this 02 Mar 08:15
· 289 commits to master since this release
8044982
… in main thread instead of in executor (#21)

* fix: sync bound methods on async designated classes were running sync in main thread instead of in executor

* feat(test): test running location

* chore: refactor property logic

* chore: rename var for clarity