Avatar
omochimetaru 3/17/2023 2:11 PM
This PR tracks an example of custom actor executor support, as well as updating our AsyncAwait example to clearly annotate (via precondition[Not]OnEventLoop) whether the code in question is executi...
2:12 PM
NIOのカスタムエグゼキュータ対応
2:13 PM
変更としてはEventLoopをSerialExecutorに準拠させておくだけでかなり小さい 例としてactorのinitでEventLoop受け取って設定してる (edited)