Open niemandkun opened 7 years ago
Currently main idea is to implement CompletionStage
interface with wrapped java's CompletableFuture
functionality with some mainloop synchronization mechanism.
Still need to integrate SyncFuture
into main loop.
Implementation of task system is needed.
Need to implement own system or wrap Java default thread pool / Kotlin coroutines.
Ps. Don't use callbacks (pls, no).