Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close pipe's write fd before the read one
This should theoretically get rid of one possible exception ("Broken pipe") happening in `Bus._transition()` due to a race condition. Ref #16
- Loading branch information