Avatar
omochimetaru 1/15/2021 7:25 AM
This maintains proposals for changes and user-visible enhancements to the Swift Programming Language. - jckarter/swift-evolution
7:25 AM
Hi everyone. The UnsafeContinuation API, which exposes async task continuations so they can be used to interface with existing synchronous event-based code, were buried somewhat arbitrarily in the Structured Concurrency proposal. Since there are interesting things to discuss about this API particularly, and it's an important part of interfacing ...
7:25 AM
asyncを作るAPIとして
7:26 AM
withUnsafeContinuation が提案されてる
7:26 AM
withCheckedContinuation というのもある。