Skip to content

2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Dec 06:23
· 47 commits to master since this release

Added

  • all variants of resumeOn and resumeOnMainQueue now accept when argument to request that the resumption happens no earlier than the specified time. When used with co_await resumeOn(currentQueue, when) this allows the caller to sleep asynchronously without blocking its queue.