julia
3813ed23 - Add a `threadpool=:default` parameter to `Channel` constructor

Commit
2 years ago
Add a `threadpool=:default` parameter to `Channel` constructor Without this, the task created by a `Channel` will run in the threadpool of the creating task; in the REPL, this could be the interactive threadpool. With this, the `:default` threadpool is used instead, and that behavior can be overridden.
Author
Committer
Parents
Loading