macrohardmx / gametest

0 stars 0 forks source link

Make the game engine multithreaded #4

Open rdelfin opened 4 years ago

rdelfin commented 4 years ago

Currently the game engine is running synchronously and on a single thread. This issue is to make the engine run asynchronously on one or more thread pools with something like tokio and async/await