aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/closure.c
Commit message (Collapse)AuthorAge
* Update copyrightsGravatar Craig Tiller2016-01-28
|
* Preparatory changes for work sheddingGravatar Craig Tiller2016-01-28
| | | | | | | | - cleanup: change grpc_iomgr_cb_func to take a bool instead of int success - cleanup: follow through with iomgr callback scheduling functions - prepare: add a workqueue to offload to to grpc_exec_ctx_enqueue* functions
* Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|
* stream_op cleanup: iomgr closure, executor changesGravatar Craig Tiller2015-11-02
|
* Merge branch 'master' of github.com:grpc/grpc into iomgr_executorGravatar David Garcia Quintas2015-10-07
|\
* | Introducing grpc_executor, for all your threading needsGravatar David Garcia Quintas2015-10-07
| |
| * Add a simpler (but slower) path for closures for where it makes senseGravatar Craig Tiller2015-10-06
|/
* clang-format all core filesGravatar Craig Tiller2015-09-22
|
* Final patches for renameGravatar Craig Tiller2015-09-22
|
* Move argument passing to start of listGravatar Craig Tiller2015-09-22
|
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
|
* Split closures from iomgr.hGravatar Craig Tiller2015-09-22