aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/pollset.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-11 14:34:09 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-11 14:34:09 -0700
commit9314361096b13be05603fd60f6ef055f7de6468a (patch)
tree8529fee7386b90d255e241f70bc3388c71d9f523 /src/core/lib/iomgr/pollset.h
parentb1d3dcdb7db540b7dfa2efad269cd56738ff7e79 (diff)
parent380c3a7e1e801cf5a24164a518dc59d6c431f5db (diff)
Merge github.com:grpc/grpc into foo
Diffstat (limited to 'src/core/lib/iomgr/pollset.h')
-rw-r--r--src/core/lib/iomgr/pollset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/pollset.h b/src/core/lib/iomgr/pollset.h
index e19ce697b8..9bf3cdac89 100644
--- a/src/core/lib/iomgr/pollset.h
+++ b/src/core/lib/iomgr/pollset.h
@@ -75,6 +75,10 @@ void grpc_pollset_destroy(grpc_pollset *pollset);
and it is guaranteed that it will not be released by grpc_pollset_work
AFTER worker has been destroyed.
+ It's legal for worker to be NULL: in that case, this specific thread can not
+ be directly woken with a kick, but maybe be indirectly (with a kick against
+ the pollset as a whole).
+
Tries not to block past deadline.
May call grpc_closure_list_run on grpc_closure_list, without holding the
pollset