Closed sinui0 closed 3 weeks ago
This PR refactors the multithreaded executor to put each logical thread on its own system thread.
Context
'static
Spawn
This PR refactors the multithreaded executor to put each logical thread on its own system thread.
Changes
Context
trait updated to have'static
boundsSpawn
trait exposed so custom thread spawner can be used (for WASM build with webworkers)