forked from celluloid/celluloid-io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
using the new read_ and write_nonblock signature (ruby 2.1) in which …
…one doesn't need to handle Wait* Exception (Closes celluloid#139)
- Loading branch information
Tiago Cardoso
committed
Jan 8, 2016
1 parent
21ddab6
commit 5321f59
Showing
1 changed file
with
24 additions
and
12 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
5321f59
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really prefer to have two implementation files and only require one based on version, rather than having an if block.
5321f59
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ioquatix this has been rewritten, see my last commit.