Closed Pauan closed 6 months ago
This looks good to merge, one thing we will want however is to ensure we're writing some integration tests around spawning functions onto the threadpool.
Absolutely, that will be in the next PR that actually makes use of the spawning.
This adds in a
thread_pool::spawn
function which can be used to run some Rust code on multiple Workers for multithreading.This is the first step toward implementing #790