I think, it will be a good idea to create coroutine dispatcher linked to the Minestom's scheduler system. One for Sync operation and another for Async operation.
Currently, Minestom has limitation to perfectly exploit coroutine in extension, but this could be a first approach to resolve this problem.
If you are agree with this first idea, I can work on it
I think, it will be a good idea to create coroutine dispatcher linked to the Minestom's scheduler system. One for
Sync
operation and another forAsync
operation.Currently, Minestom has limitation to perfectly exploit coroutine in extension, but this could be a first approach to resolve this problem.
If you are agree with this first idea, I can work on it