aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/workqueue_uv.c
Commit message (Collapse)AuthorAge
* Changes to exec_ctx/closure/combiner/workqueue interfacesGravatar Craig Tiller2016-12-28
| | | | | | | | - make closures know where they should be executed (eg, on a workqueue, or a combiner, or on an exec_ctx) - this allows removal of a large number of trampoline functions that were appearing whenever we used combiners, and should allow for a much easier interface to combiner locks
* Clang formatGravatar murgatroid992016-10-20
|
* Merge branch 'master' into uv_core_transportGravatar murgatroid992016-10-19
|
* Add a libuv endpoint to the C core, for use in the Node libraryGravatar murgatroid992016-09-16