top | item 39814052

(no title)

amaranth | 1 year ago

In Rust the answer is "it depends". Since the runtime is not provided by the language you can have implementations that are a single thread, thread-per-task, a thread pool, or whatever other setup you can think of. Tokio at least offers a single threaded version and a thread pool version.

discuss

order

No comments yet.