|
@vertexclique | |||||
|
Yes, internally, it is driving file IO with executor (which is a thread pool)
|
||||||
|
||||||
|
async-std
@asyncrs
|
16. kol |
|
We're happy to announce the release of `async-std` beta to the public. `async-std` is a library that looks and feels like the @rustlang standard library, built from ground up for `async/await`.
async.rs/blog/announcin…
|
||
|
|
||
|
Christopher Armstrong
@radix
|
16. kol |
|
does it use a threadpool for file I/O?
|
||
|
|
||
|
Christopher Armstrong
@radix
|
16. kol |
|
Thanks. I assume that stuff like `async_std::net::TcpListener`, on the other hand, just use asynchronous I/O primitives?
|
||
|
|
||
|
Stjepan Glavina
@stjepang
|
16. kol |
|
Yes, that is correct! Currently we use mio for async networking.
|
||
|
|
||