2.1
Added
- all variants of
resumeOn
andresumeOnMainQueue
now acceptwhen
argument to request that the resumption happens no earlier than the specified time. When used withco_await resumeOn(currentQueue, when)
this allows the caller to sleep asynchronously without blocking its queue.