Avatar
These changes are now available in 4.98.0 ⚠️ WARNING: If you have strict concurrency checking enabled you should migrate to the async Application.make() NIO's EventLoopFuture.wait() is marked a...
12:48 AM
async contextからは通常async funcとfuncの両方を呼び出す事ができるけど
12:49 AM
ブロッキングする func とか、 async版が提供されたfunc とか、 async contextからは呼んでほしくないような場合に、 @available(*, noasync) を付けると警告が出せるらしい
👀 2