github.com/tokio-rs/tokio-core
I/O primitives and event loop for async I/O in Rust
https://github.com/tokio-rs/tokio-core
Not trying to be pedantic, just noticed this.
0aa7ab94ffd02f3fd9fed4f0ff91064993ec837f authored almost 9 years agof08e8ec6727acf5d0f1f43959edfdf3a09861596 authored almost 9 years ago
18c371b158a62aaeacfc7cc59a024d3d0ae2c6fe authored almost 9 years ago
517d5c7434a2804d46582a427d4d7fc1ca732b35 authored almost 9 years ago
7c4bac5166c22eb46fcc01ad5b643ac0868a14d4 authored almost 9 years ago
681316dfa1cbcc8240b1977630f9121cb55cb57f authored almost 9 years ago
00daa2ca23ed2187a98027add92b8faa8ce5c184 authored almost 9 years ago
68103727f1ed2d4a1c74d2881ee18d5600b3ca90 authored almost 9 years ago
bfe91f9f36637de08d322eac32e34784297d7dec authored almost 9 years ago
8d73133907c4b7677746714769d73243abff9b19 authored almost 9 years ago
4380e425877c6358b36066357d8bf045dfd50058 authored almost 9 years ago
Avoids Send entirely
164193fe823c92346261918261a46f3528415fb7 authored almost 9 years ago8daac0347d0ee15696a5a4099a13459a03c153be authored almost 9 years ago
It's already Sync because it's safe to access amongst many threads by the sheer
fact that data i...
5b18514970a31e2b6cdaf8f560863e21954452bd authored almost 9 years ago
This ensures that timeouts and callbacks are run with the TLS var set
42a0a10294a7848b5c451aaa02fad1bcefd806b5 authored almost 9 years ago304914b707cbf85f3b5e28645b0caa65e0de46b0 authored almost 9 years ago
Move tests into that module
8eb1f681af36a5f2d668afc262ea53e6b74e4a84 authored almost 9 years agoThe scope was a little longer than intended!
368a9c70e8fde9daffa8b16fb9372d1a90724c78 authored almost 9 years ago5d0fdf26a93df9b2d11a7696f0d0d989bf0e38ed authored almost 9 years ago
This type acts for a handle to storage of non-`Send` data. The handle itself is
sendable across ...
04bd33e3901b5bf994b043f194aacdb8433345bb authored almost 9 years ago
5f9185ef4c5d17b8431a367d2ea8325307f44904 authored almost 9 years ago
5c9daad88bc02c46d38474e17b560d345c932a2c authored almost 9 years ago
1d7098eecefd23f542420b96516b835edc75891b authored almost 9 years ago
c458e2394048b2571c7feefe544fff6f49189ec7 authored almost 9 years ago
260255e6749008cca1d92744a2b4fd7d22ab62c3 authored almost 9 years ago
1b07e918348701f012d22549e1dae4f5a61d2531 authored almost 9 years ago
I'm... not sure if it does anything any more as a `ReadinessStream` isn't
clone-able nor is it s...
Also remove mio BufReader/BufWriter for now, they should come back shortly
though
7ffe72dc734aba865455597d7cbfc1deccc9222f authored almost 9 years ago
b47b9f5398343dc624ae332c686877359399bc09 authored almost 9 years ago
192579d62a8e8fdbc1b28d4be3f773cd306c0df0 authored almost 9 years ago
bc64194be17bc9711b4a56364e677d823c7cc3d1 authored almost 9 years ago