Steven Fackler
742d89b0f3
Fix delay construction from non-lazy Handles ( #1720 )
...
Closes #1719 .
2019-11-01 12:32:57 -07:00
Steven Fackler
630d3136dd
timere: make Delay must_use ( #1714 )
...
Closes #1711
2019-10-30 20:21:03 -07:00
Steven Fackler
2a181320b7
fs: add read_to_string ( #1664 )
2019-10-16 15:47:37 -07:00
Steven Fackler
63377e2110
Add AsyncWriteExt::shutdown ( #1382 )
2019-08-03 00:51:24 -04:00
Steven Fackler
4f6395b31c
Make threadpool::Runtime methods take &self ( #1140 )
...
The runtime is inherently multi-threaded, so it's going to have to deal
with synchronization when submitting new tasks anyway. This allows a
runtime to be shared by multiple threads more easily when e.g. building
a blocking facade over a tokio-based API.
2019-06-10 12:54:27 -07:00
Steven Fackler
e7d9ba7e51
tls: make TlsConnector and TlsAcceptor derive Clone ( #777 )
2018-11-27 07:52:17 -05:00
Steven Fackler
d06bd6b216
Expose keep_alive on the Runtime builder ( #676 )
...
This was overlooked when delegating the rest of the threadpool builder
methods from Runtime's builder.
2018-09-28 21:00:50 -07:00
Steven Fackler
45bcea6c4f
Reexport tokio_uds::ConnectFuture ( #430 )
2018-06-18 13:26:06 -07:00
Steven Fackler
963eee3bc7
Add TcpListener::accept_std ( #284 )
2017-12-07 20:00:49 -06:00
Steven Fackler
24d941d676
Encode/Decode -> Codec in docs
2016-12-19 22:19:39 -08:00