-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add `SessionExt` trait for friendlier methods * Create `Mailbox` and internal `PostOffice` to manage responses to requests * Refactor `Session` to use a new `SessionChannel` underneath * Refactor `Response` to always include an origin_id field instead of being optional * Update `ProcStdout`, `ProcStderr`, and `ProcDone` to include origin id * Replace `verbose` option with `log-level`
- Loading branch information
1 parent
c45aea8
commit c4d1011
Showing
19 changed files
with
1,274 additions
and
704 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.