Skip to content

as-sync-as-reasonable

Compare
Choose a tag to compare
@machty machty released this 05 May 00:49
· 746 commits to master since this release

0.8.2

  • Reverted some of the changes introduced in 0.8.0; in particular,
    while the first "slice" of a task function executes synchronously
    when performed, advancing the task is deferred to a run loop queue.
    This fixes some regressions caused by the overzealous
    as-sync-as-possible scheduling introduced in 0.8.0
    (#148, #138)