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

Update comment

parent a9c643fc
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,8 @@
/* There isn't really any such thing as a pollset under Windows, due to the
nature of the IO completion ports. A Windows "pollset" is merely a mutex
and a condition variable, used to synchronize with the IOCP. */
used to synchronize with the IOCP, and workers are condition variables
used to block threads until work is ready. */
typedef struct grpc_pollset_worker {
gpr_cv cv;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment