Avatar
omochimetaru 12/2/2020 6:22 AM
てか
6:22 AM
Futureってasync proposalには入ってるんだっけ
6:22 AM
さっきのwithUnsafeContinuationは callback → async だけど、
6:23 AM
Future は async → callback のプリミティブで逆よね
6:25 AM
Hey all, Here's a second pitch of the async/await proposal, which has been revised based on feedback from the first pitch thread. This second document has the following changes from the first pitch: One can no longer directly overload async and non-async functions. Overload resolution support remains, however, with additional justification....