Closed sinui0 closed 5 months ago
This PR refactors the multi-threaded executor to return a future with a 'static lifetime when creating a new thread. This supports opening many new threads at once.
'static
This PR refactors the multi-threaded executor to return a future with a
'static
lifetime when creating a new thread. This supports opening many new threads at once.