Hi Daniel,
Am I correct that t_continue continues processing in the process that calls
it? If so, would it make sense for the async module to have an api for other
asynchronous modules to hand off to its worker pool before calling
t_continue? Or would it be better for each module to have its own pool of
workers?
Thanks!