Open mormj opened 2 years ago
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
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