Lucio Franco
8e7d8af588
docs: add note in the readme about the master branch ( #1230 )
2019-06-29 21:47:20 -04:00
Lucio Franco
3cc33dca7c
sync: Fix lock test to actually test the inner lock value ( #1197 )
...
* sync: Fix lock test to actually test the returned value
* Update lock test to use task.poll
2019-06-26 11:32:41 -04:00
Lucio Franco
29e417c257
tokio: Add io copy, read, and write ( #1187 )
2019-06-25 16:51:49 -04:00
Lucio Franco
e2b4bdb647
sync: Add LockFuture for Lock ( #1184 )
2019-06-25 10:42:35 -07:00
Lucio Franco
940f2c3431
Update tokio-trace-core to 0.2 ( #1111 )
...
Also includes 1b498e8aa2
2019-05-30 11:33:55 -07:00
Lucio Franco
e5cf0cc717
Introduce tokio-test crate ( #1030 )
2019-04-23 20:17:57 -07:00
Lucio Franco
7e51ab05e9
buf: Add IntoStream ( #1048 )
...
* buf: Add IntoStream
* Add debug implementation for IntoStream
* Add get_ref, get_mut and into_inner
2019-04-18 11:42:34 -04:00
Lucio Franco
92d51202ef
trace: Remove git dep on trace core for crates version ( #984 )
2019-03-13 15:07:47 -04:00
Lucio Franco
cb55bf4012
signal: Fix deprecated use of Handle::current ( #981 )
2019-03-13 11:56:25 -07:00
Lucio Franco
db4019d84a
trace: Fix tokio-trace documentation url in the README ( #939 )
2019-03-01 15:31:59 -08:00
Lucio Franco
dd66096ea0
buf: Add BufStreamExt trait and add a core feature ( #897 )
...
This change adds an extension trait to `BufStream` and puts the core
trait behind a feature flag for optional use.
This mainly adds the additional functions in an extension trait to
allow the user to select if they want just the core trait or the fully
featured version. Now the user can add the core feature to _not_
include the extension trait. By deafult, this feature is disabled.
2019-02-19 13:30:37 -08:00