Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Low-level fd listening support #61

Merged
merged 2 commits into from
Jan 14, 2013
Merged

Low-level fd listening support #61

merged 2 commits into from
Jan 14, 2013

Conversation

jd
Copy link
Contributor

@jd jd commented Jan 14, 2013

This is based on the code you sent me to do this, and I've enhanced it a bit.
I'm using this in my program, and well, it seems to work like a charm. If you've any idea or enhancement, tell me!

I've named the function fd-add'because I hope in the feature being able to return "something" that could be used to do fd-remove to remove the event from the loop. But I didn't go so far for now.

Signed-off-by: Julien Danjou <julien@danjou.info>
This adds handling of low-level file descriptor polling for read, write and
timeout.

Signed-off-by: Julien Danjou <julien@danjou.info>
orthecreedence added a commit that referenced this pull request Jan 14, 2013
Low-level fd listening support
@orthecreedence orthecreedence merged commit 0d8e88c into orthecreedence:master Jan 14, 2013
@orthecreedence
Copy link
Owner

This is awesome, thanks for the additions! I'll try to get some tests/docs written today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants