Open
Description
Objective-C uses "completion handlers" for concurrency.
Swift automatically translates these to async
functions, we could consider doing something similar after #264.
Also would be a good step forwards for async
in winit
.
See also blockr
's async
support, and cidre
's async
support.
See also this blog post on how Zed uses async
and GCD.
Finally, see the equivalent in the Python space, objc_asyncio
.