aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/iomgr_internal.cc
Commit message (Collapse)AuthorAge
* Extend ev_posix.* to prepare for the new background poller 'epollbg',Gravatar Guantao Liu2018-11-19
| | | | | | | | | and get rid of the dependency loop on the grpc shutdown path. Make sure all background closures are complete before shutting down the other grpc modules. Avoid using the backup poller in TCP endpoints if using the background poller.
* Abstract libuv implementationGravatar kpayson642018-03-13
Structures the libuv implementation to allow for a plugable BSD style socket implementation to allow for other IO Managers