You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: