fn(using(io : IO)) -> Impl(Future(unit))
Suspend the current async task, allowing other tasks to run on the event loop.
Implemented as an immediately-completing async block that forces a suspension point.
Effects
| Name | Type | Notes |
io | IO | comptime, implicit |
Returns: Impl(Future(unit))