vexyl / MCHawk2

A rewrite of the Minecraft classic software that I wrote, MCHawk
MIT License
5 stars 1 forks source link

Task Scheduler #5

Closed vexyl closed 6 months ago

vexyl commented 2 years ago

Some parts of the server could really benefit from some kind of multitasking task scheduler, especially sending maps to players. It doesn't even have to be threaded--switching between tasks every time slice would be sufficient.

vexyl commented 6 months ago

Resolved with commit 01fdc55