Alex Crichton
dbc185cd3a
process: Tweak travis config
2019-06-24 16:56:51 -07:00
Alex Crichton
c205e2c358
process: Fix copy/paste
2019-06-24 16:56:51 -07:00
Alex Crichton
acec6356ee
process: Clarify wording of license information in README.
2019-06-24 16:56:51 -07:00
Alex Crichton
c11eec3908
process: Bump to 0.1.4
2019-06-24 16:56:50 -07:00
Alex Crichton
69295fac1e
process: Add an Errors section to status_async2
2019-06-24 16:56:50 -07:00
Ivan Petkov
b9c6eb309c
process: Add status_async2 as a closer analog to spawn_async
2019-06-24 16:56:50 -07:00
Ivan Petkov
56d3914675
process: Bugfix: ensure status_async closes child's stdio handles after spawning
2019-06-24 16:56:50 -07:00
Ivan Petkov
34e71fa71a
process: Add must_use annotations to all futures
2019-06-24 16:56:50 -07:00
Ivan Petkov
914b803429
process: Add Debug impls for nondeprecated structs
2019-06-24 16:56:50 -07:00
Alex Crichton
4d11784b01
process: Tweak docs and macro imports
2019-06-24 16:56:50 -07:00
Michael Pankov
50cabae181
process: Add an example with reading input line-by-line
2019-06-24 16:56:50 -07:00
Alex Crichton
c101e9e11d
process: Use appveyor to download rustup
2019-06-24 16:56:49 -07:00
Alex Crichton
5c5f793ef0
process: Bump to 0.1.3
2019-06-24 16:56:49 -07:00
Alex Crichton
1384b31d60
process: Update to tokio-io, mio, and tokio-core changes
2019-06-24 16:56:49 -07:00
Alex Crichton
521dc94021
process: Bump to 0.1.2
2019-06-24 16:56:49 -07:00
Alex Crichton
ed23a06fb1
process: Update doc urls and metadata
2019-06-24 16:56:49 -07:00
Alex Crichton
1aee22505a
process: Remove caveat about tokio-signal
2019-06-24 16:56:49 -07:00
Alex Crichton
01b5bf6761
process: Use join3 instead of two joins
2019-06-24 16:56:49 -07:00
Alex Crichton
6638cbc80e
process: Update README
2019-06-24 16:56:49 -07:00
Alex Crichton
22bc5e2738
process: Bump back to 0.1.1
2019-06-24 16:56:49 -07:00
Alex Crichton
a0c162c0ff
process: Hide compat from docs
2019-06-24 16:56:48 -07:00
Alex Crichton
ca51ae9651
process: Add back in 0.1.0 compatibility layer
2019-06-24 16:56:48 -07:00
Alex Crichton
f3f99b723f
process: Bump to 0.2.0
2019-06-24 16:56:48 -07:00
Alex Crichton
f20e7a4d2b
process: Bump minimum version of tokio-core
2019-06-24 16:56:48 -07:00
Alex Crichton
4a92c4d4b6
process: Tweak drop_kills test
2019-06-24 16:56:48 -07:00
Alex Crichton
9680ecc109
process: Share init in tests
2019-06-24 16:56:48 -07:00
Alex Crichton
124391e42b
process: Add a simple wait_with_output test
2019-06-24 16:56:48 -07:00
Alex Crichton
6150be189f
process: Rewrite the crate with an extension trait
2019-06-24 16:56:48 -07:00
Ivan Petkov
ca9586a089
process: Add documentation to public declarations
2019-06-24 16:56:47 -07:00
Ivan Petkov
89b9792931
process: Update README with crates.io info
2019-06-24 16:56:47 -07:00
Alex Crichton
a0cc60153a
process: Fix nightly tests
2019-06-24 16:56:47 -07:00
Alex Crichton
7f3f868b66
process: Add Windows support for stdio streams
2019-06-24 16:56:47 -07:00
Andreas Rottmann
97ebb2275c
process: [WIP] Actually be non-blocking
2019-06-24 16:56:47 -07:00
Andreas Rottmann
849a5ad0b2
process: Add support for stdio streams
2019-06-24 16:56:47 -07:00
Alex Crichton
b16a8613b1
process: Test on stable
2019-06-24 16:56:47 -07:00
Alex Crichton
5664660156
process: Fix tests on nightly
2019-06-24 16:56:47 -07:00
Alex Crichton
4416ea07d8
process: Update travis token
2019-06-24 16:56:47 -07:00
Alex Crichton
56222c588b
process: pass --target on appveyor
2019-06-24 16:56:46 -07:00
Alex Crichton
72179d49c5
process: Update to crates.io versions of deps
2019-06-24 16:56:46 -07:00
Alex Crichton
073a1a251a
process: Track tokio-core master
2019-06-24 16:56:46 -07:00
Alex Crichton
31c81faf96
process: Add appveyor to readme
2019-06-24 16:56:46 -07:00
Alex Crichton
5e68b0d51d
process: Don't build on stable, start w/ beta for now
2019-06-24 16:56:46 -07:00
Alex Crichton
4bd07ac6aa
process: Add metadata info
2019-06-24 16:56:46 -07:00
Alex Crichton
f4f7bb232e
process: Fix a test on Windows
2019-06-24 16:56:46 -07:00
Alex Crichton
413e1b78a7
process: Fix a segfault on windows
2019-06-24 16:56:46 -07:00
Alex Crichton
649fa13a15
process: Remove unused imports
2019-06-24 16:56:45 -07:00
Alex Crichton
eef655f3b1
process: Add a Windows implementation
2019-06-24 16:56:45 -07:00
Alex Crichton
97508096fa
process: Initial commit
2019-06-24 16:56:41 -07:00
Carl Lerche
06c473e628
Update Tokio to use std::future. ( #1120 )
...
A first pass at updating Tokio to use `std::future`.
Implementations of `Future` from the futures crate are updated to implement
`Future` from std. Implementations of `Stream` are moved to a feature flag.
This commits disables a number of crates that have not yet been updated.
2019-06-24 12:34:30 -07:00
James Gilles
aa99950b9c
trace: Switch benchmarks to criterion ( #1163 )
...
Extracted from #1152
This makes it possible to run benchmarks on stable + gives more statistical reliability.
2019-06-24 12:05:45 -07:00