listenTCP and listenTCP_s take a delegate/function and runs it in its own fiber. Is there any way to pass this fiber to another thread?

What I want to do is divide the connections up between threads in a thread pool, each thread handling only its own fibers and corresponding sockets.

Is there a way to do that in vibe.d? Thanks in advance,

Atila