Jakub Beránek
a9585f0318
tokio-process: change CommandExt to a fully asynchronous Command struct ( #1448 )
...
Refs: #1371
2019-08-18 10:13:37 -07:00
Carl Lerche
88b4ec84d7
chore: prepare 0.2.0-alpha.2 release ( #1465 )
2019-08-17 23:34:25 -07:00
Carl Lerche
c187cd75b6
signal: move into tokio-net ( #1463 )
2019-08-17 13:43:55 -07:00
Ivan Petkov
d8b23ef852
signal: rename SignalKind methods ( #1457 )
...
This renames the SignalKind constructors to be a bit more readable
instead of using the signal names themselves
2019-08-15 21:09:09 -07:00
Carl Lerche
f1f61a3b15
net: reorganize crate in anticipation of #1264 ( #1453 )
...
Space is made to add `tcp`, `udp`, `uds`, ... modules.
2019-08-15 15:04:21 -07:00
Carl Lerche
8538c25170
reactor: rename tokio-reactor -> tokio-net ( #1450 )
...
* reactor: rename tokio-reactor -> tokio-net
This is in preparation for #1264
2019-08-15 11:04:58 -07:00
Ivan Petkov
338b37884a
signal: Add SignalKind for registering signals more easily ( #1430 )
...
This avoids having consumers import libc for common signals, and it
improves discoverability since users need not be aware that libc
contains all supported constants.
2019-08-13 21:07:22 -07:00
Ivan Petkov
73a91ad7b3
signal: delete blocking Read/Write impls on ChildStd{in, out, err} ( #1428 )
2019-08-13 20:53:02 -07:00
Taiki Endo
930cce8677
chore: update futures-preview to 0.3.0-alpha.18 ( #1427 )
2019-08-10 14:09:28 -07:00
Taiki Endo
6a125082e4
chore: apply unreachable_pub and missing_debug_implementations to all crates ( #1424 )
2019-08-11 04:28:52 +09:00
Taiki Endo
d9f9c5658f
chore: bump to newer nightly ( #1426 )
2019-08-11 02:01:20 +09:00
Taiki Endo
73102760cf
chore: change default lint level to warning and deny warnings in CI ( #1416 )
2019-08-10 00:07:57 +09:00
Lucio Franco
50e5d401df
chore: prepare for v0.2.0-alpha.1 release ( #1410 )
2019-08-08 12:48:53 -07:00
Ivan Petkov
cb2336ff3d
process: Misc polish ( #1400 )
...
* Denied all warnings in tests, and denied rust_2018_idioms violations
* Bumped the crate version and set publish = false
* Pruned dependencies:
- Only pull in tokio-sync on windows where it is used
- Removed unused dev-dependencies
* Switch to Async{Read, Write} traits from tokio-io rather than
futures-io
* Use #[tokio::test] where possible
* Removed deprecated items
* Fix all doc examples
2019-08-07 10:38:45 -07:00
Ivan Petkov
ff922bbe6d
signal: Change constructors to return a result instead of lazy future ( #1340 )
2019-07-30 18:23:26 -07:00
andy finch
fbf90e6356
Update process to use std::future ( #1343 )
2019-07-29 18:36:11 -07:00
Ivan Petkov
c6defbce4b
process: Move files to their own directory
2019-06-24 17:31:47 -07:00