Pen Tree
1222d81741
tokio-tls: rename echo.rs to tls-echo.rs ( #2133 )
2020-01-19 15:27:22 -05:00
baizhenxuan
99fa93bf0e
tokio-tls: fix examples build and run ( #1963 )
2019-12-22 11:48:08 -08:00
Carl Lerche
962521f449
chore: enable full CI run ( #1399 )
...
* update all tests
* fix doc examples
* misc API tweaks
2019-08-07 20:02:13 -07:00
João Oliveira
448d9d2eab
tls: update to std-future ( #1224 )
2019-07-16 10:26:08 -07: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
Carl Lerche
cb4aea394e
Update Tokio to Rust 2018 ( #1082 )
2019-05-14 10:27:36 -07:00
Carl Lerche
80162306e7
chore: apply rustfmt to all crates ( #917 )
2019-02-21 11:56:15 -08:00
Liran Ringel
9b1a45cc6a
tests: handle errors properly in examples ( #748 )
2018-11-20 11:10:36 -05:00
Jason Ish
767b370c21
Add tokio-tls echo example. ( #541 )
...
Based on the current example on the front page of tokio.rs.
2018-08-15 07:54:24 -04:00
Sean McArthur
afcfefd7e3
Move tokio-tls into workspace ( #529 )
2018-08-08 08:36:17 -07:00