newsched
newsched copied to clipboard
Generalized callbacks that are synchronized with work()
trafficstars
Right now callbacks are done the "old" way where it is a free for all when they get called
Need to standardize how these function signatures look so they can go into the message queues and be handled in between work() calls
Need to be done like the parameter query and change methods