jlrs icon indicating copy to clipboard operation
jlrs copied to clipboard

Expose thread adoption?

Open Taaitaaiger opened this issue 1 year ago • 0 comments

Currently the only way to use Julia from multiple threads is by using the async runtime and send tasks to it. I'd like it to be possible to use a "sync runtime" from arbitrary threads by adopting those threads when the first scope is created if Julia has been initialized.

Taaitaaiger avatar Jul 30 '23 17:07 Taaitaaiger