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
git push --force batsheva rsocket_upstream_epolllibrdmacm: Add support for epoll_wait
Implement repoll_wait as the rsocket equivalent of epoll_wait.
Snapshots the fd array under the lock, calls rpoll without holding
it, then collects events back under the lock. Wakes the monitor
thread on timeout so it can resume background polling.
Future option: the monitor thread can be disabled entirely for a
threadless mode where repoll_wait calls rpoll directly each time.
Signed-off-by: Batsheva Black <bblack@nvidia.com>
0 commit comments