aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/pollset_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
* Clean up code after merge with masterGravatar murgatroid992016-10-10
|
* UV tests pass on linuxGravatar murgatroid992016-10-07
|
* Clang formatGravatar murgatroid992016-09-26
|
* Add a libuv endpoint to the C core, for use in the Node libraryGravatar murgatroid992016-09-16