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

Greatly simplify the POSIX handle code#27

Open
pjones wants to merge 1 commit intojputcu:masterfrom
pjones:handle
Open

Greatly simplify the POSIX handle code#27
pjones wants to merge 1 commit intojputcu:masterfrom
pjones:handle

Conversation

@pjones
Copy link
Copy Markdown

@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