Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Greatly simplify the POSIX handle code #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pjones
Copy link

@pjones pjones commented Oct 13, 2015

This change allows hOpenSerial to produce a fully functional Handle
that can be used with functions such as hWaitForInput. This means a
thread can block waiting for input instead of continually polling.

Only the POSIX implementation has been updated. Someone with access to
a Windows machine should see if this can be implemented there too.

This change allows hOpenSerial to produce a fully functional `Handle`
that can be used with functions such as `hWaitForInput`.  This means a
thread can block waiting for input instead of continually polling.

Only the POSIX implementation has been updated.  Someone with access to
a Windows machine should see if this can be implemented there too.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant