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 support for Event Stream. #122

Merged
merged 3 commits into from
Sep 3, 2021
Merged

Add support for Event Stream. #122

merged 3 commits into from
Sep 3, 2021

Conversation

jrxFive
Copy link
Owner

@jrxFive jrxFive commented Sep 1, 2021

Add Support for EventStream(#113):

  • To avoid blocking and having more control to the user it will return a tuple of (threading.Thread, threading.Event and queue.Queue). You can use supply your own queue.Queue if you want to use LIFO or SimpleQueue or simply extend upon that.

@jrxFive jrxFive requested a review from jeffwecan September 1, 2021 21:00
@jrxFive jrxFive merged commit f6dcba8 into master Sep 3, 2021
@jrxFive jrxFive deleted the stream-endpoint branch September 6, 2021 16:14
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.

1 participant