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

Add method to AsioEvent to see if an event is a oneshot #3198

Merged
merged 3 commits into from
Jun 22, 2019

Conversation

SeanTAllen
Copy link
Member

I need this functionality in my Lori library to support both 1-shot and
edge triggered ASIO functionality in a single actor. I could put a
method to examine in my library but including for testing on AsioEvent
seems like the best course of action.

I need this functionality in my Lori library to support both 1-shot and
edge triggered ASIO functionality in a single actor. I could put a
method to examine in my library but including for testing on AsioEvent
seems like the best course of action.
@SeanTAllen SeanTAllen force-pushed the expose-one-shot-test branch from 6fff142 to 3ca206d Compare June 19, 2019 00:36
@SeanTAllen SeanTAllen merged commit 85e9b6d into master Jun 22, 2019
@SeanTAllen SeanTAllen deleted the expose-one-shot-test branch June 22, 2019 00:18
patches11 pushed a commit to patches11/ponyc that referenced this pull request Jun 29, 2019
I need this functionality in my Lori library to support both 1-shot and
edge triggered ASIO functionality in a single actor. I could put a
method to examine in my library but including for testing on AsioEvent
seems like the best course of action.
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.

2 participants