Skip to content

v0.1.2 BugFix and add run_sync

Choose a tag to compare

@not-elm not-elm released this 12 Mar 17:26
· 13 commits to main since this release

Futures

  • Add Scheduler::run_sync. To use it, add the sync flag to features.

Refactor

  • Rename TaskCreator to ReactiveTask, and rename TaskCreator::task to ReactiveTask::will
  • Delete wait::while_

Bug Fix

  • Fixed wrong exit condition for wait::until (changed to wait until it returns true)