aikar / TaskChain

TaskChain Control Flow framework. Helps facilitate running tasks on an application's "Main Thread" (such as a game), and tasks off the main (async).
https://taskchain.emc.gs
MIT License
203 stars 38 forks source link

Question: HotSwappable #18

Closed ryantheleach closed 4 years ago

ryantheleach commented 4 years ago

Is it possible to use TaskChains / Lambda's and retain the ability to hotswap the code whilst developing server concepts?

aikar commented 4 years ago

this is a build tool question ultimately, but it depends on if your hot swap supports relocation.

i'm not aware of anything around that, so the recommendation is simply disable the relocations while debugging.