8000 Tags · alexcrichton/tokio-process · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 22, 2019. It is now read-only.

Tags: alexcrichton/tokio-process

Tags

0.2.4

Toggle 0.2.4's commit message

Verified

This tag was signed with the committer’s verified signature.
ipetkov Ivan Petkov
## 0.2.4 - 2019-06-21

### Fixed
* Proccesses "leaked" via `Child::forget` now reaped rather than left as zombies
for the duration of the parent process.
* Dropping a `Child` process no longer blocks the caller until the process fully
exits. This avoids a pathological deadlock if the kernel doesn't kill the child.

### Changed
* Updated the example program for reading lines from a child process to be more
flexible to be copy/pasted and iterated upon.

0.2.3

Toggle 0.2.3's commit message

Verified

This tag was signed with the committer’s verified signature.
ipetkov Ivan Petkov
## 0.2.2 - 2018-11-01

### Added
* `ChildStd{in, out, err}` now implement `AsRawFd`/`AsRawHandle` on Unix/Windows
systems, respectively.

0.2.2

Toggle 0.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
ipetkov Ivan Petkov
## [0.2.2] - 2018-05-27

### Fixed
- Fixed a pathological situation where a signal could be missed if it arrived
after polling the child but before registering for a new notification

0.2.1

Toggle 0.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
ipetkov Ivan Petkov
## 0.2.1 - 2018-05-18

### Changed
- **Breaking**: asynchronous spawning of a child process now requires using a
reactor handle from the `tokio` crate instead of the `tokio-core` crate
- Child processes may be spawned without specifying a `tokio` handle at all
(the current/default reactor handle will be used)
### Removed
- **Breaking**: removed all previously deprecated items

0.1.6

Toggle 0.1.6's commit message

Verified

This tag was signed with the committer’s verified signature.
ipetkov Ivan Petkov
Version 0.1.6

0.1.5

Toggle 0.1.5's commit message
Version 0.1.5

0.1.4

Toggle 0.1.4's commit message
Version 0.1.4

0.1.3

Toggle 0.1.3's commit message
Version 0.1.3

* Update with support for tokio-io

0.1.2

Toggle 0.1.2's commit message
Version 0.1.2

0.2.0

Toggle 0.2.0's commit message
Version 0.2.0

0