aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/combiner.h
Commit message (Collapse)AuthorAge
* Get write batching working againGravatar Craig Tiller2016-09-07
|
* Merge branch 'grand-unified-closures' into direct-callsGravatar Craig Tiller2016-09-02
|\
| * Fix typoGravatar Craig Tiller2016-09-02
| |
* | Merge branch 'who-combines-the-combiners' into direct-callsGravatar Craig Tiller2016-09-02
|\ \
| * | Merge branch 'grand-unified-closures' into who-combines-the-combinersGravatar Craig Tiller2016-09-02
| |\|
| | * Address review commentsGravatar Craig Tiller2016-09-02
| | |
| | * Improve commentGravatar Craig Tiller2016-09-02
| | |
* | | Note polling coverage when taking combiner locks: resolves offload issuesGravatar Craig Tiller2016-08-31
|/ /
* / Merge combiner and exec_ctx execution betterGravatar Craig Tiller2016-08-24
|/ | | | | | | Allows exec_ctx callbacks to be called while a combiner is executing. Also allows guaranteeing direct execution of callbacks from combiners, which should allow reducing cpu burn for up/down stack interactions in the future.
* Get traces around everythingGravatar Craig Tiller2016-07-18
|
* DebuggingGravatar Craig Tiller2016-07-11
|
* Progress to converting chttp2 to combiner locksGravatar Craig Tiller2016-07-11
|
* Progress on a finalization listGravatar Craig Tiller2016-07-08
|
* Fix headerGravatar Craig Tiller2016-07-07
|
* Make workqueue lockfree, and distributingGravatar Craig Tiller2016-07-07
|
* Rename async_execution_lock --> combiner, make it use closures, unroll ↵Gravatar Craig Tiller2016-07-07
previous changes for idleness