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

allow user to integrate with their own event loop and IO code #2

Open
dpocock opened this issue Oct 13, 2016 · 0 comments
Open

allow user to integrate with their own event loop and IO code #2

dpocock opened this issue Oct 13, 2016 · 0 comments

Comments

@dpocock
Copy link

dpocock commented Oct 13, 2016

Most high throughput VoIP applications have their own networking APIs, event loops and threading models.

It would be ideal if this code could work asynchronously within such frameworks

E.g. assume the framework will do things like creating the socket and adding it to a poll set and invoking some method on the core_hep API when it is time to do something.

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

No branches or pull requests

1 participant