Skip to content
Snippets Groups Projects
Commit e41df03b authored by Craig Tiller's avatar Craig Tiller
Browse files

Expanded comment

parent 66d8bd8b
Branches
Tags
No related merge requests found
...@@ -79,7 +79,9 @@ void grpc_pollset_add_fd(grpc_pollset *pollset, struct grpc_fd *fd); ...@@ -79,7 +79,9 @@ void grpc_pollset_add_fd(grpc_pollset *pollset, struct grpc_fd *fd);
void grpc_pollset_del_fd(grpc_pollset *pollset, struct grpc_fd *fd); void grpc_pollset_del_fd(grpc_pollset *pollset, struct grpc_fd *fd);
/* Force any current pollers to break polling: it's the callers responsibility /* Force any current pollers to break polling: it's the callers responsibility
to ensure that the pollset indeed needs to be kicked. to ensure that the pollset indeed needs to be kicked - no verification that
the pollset is actually performing polling work is done. At worst this will
result in spurious wakeups if performed at the wrong moment.
Does not touch pollset->mu. */ Does not touch pollset->mu. */
void grpc_pollset_force_kick(grpc_pollset *pollset); void grpc_pollset_force_kick(grpc_pollset *pollset);
/* Returns the fd to listen on for kicks */ /* Returns the fd to listen on for kicks */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment