grpc/src
David Klempner 7f3ed1eda1 Factor out the pollset kicking mechanism and eliminate sharding
This change pulls out a separate pollset_kick module, which currently
uses a freelist of pipes dynamically assigned to pollsets when they
enter polling rather than the previous racy sharding mechanism.

We ultimately may wish to eliminate the dynamic assignment for multipoll
sets, but this should be sufficient for the moment.
2015-01-16 15:42:31 -08:00
..
compiler Fixing includes inconsistency. 2015-01-16 06:39:58 +01:00
core Factor out the pollset kicking mechanism and eliminate sharding 2015-01-16 15:42:31 -08:00
cpp clang-format 2015-01-14 12:55:45 -08:00
node Added code generation for clients and servers 2015-01-15 14:06:56 -08:00
php Better GRPC_LIBDIR config 2015-01-16 14:55:49 -08:00
ruby Fixes a regression in the style pull request 2015-01-16 13:49:40 -08:00