AJ Heller
AJ Heller
Right now, GraphWindowStream claims to operate over vertex neighborhoods, but that's only the case because SimpleGraphStream instantiates GraphWindowStreams with streams keyed by a NeighborKeySelector. SimpleGraphStream#slice would be more valuable if...
Broken in https://github.com/grpc/grpc/pull/36116
This removes two Executor::Run dependencies, and requires that all ServerCallbackCall implementations implement the new `RunAsync` method. There's one other known other implementation of ServerCallbackCall that will need to be updated....
Systemd socket activation is a community-added, community-supported feature, contributed in https://github.com/grpc/grpc/pull/31667. The feature was only added to the iomgr stack, and was not ported to EventEngine at the time. Unfortunately,...
RE: #516 I didn't find a clean way to implement a simple test for the crashing "REPL" command `reset`. As far as I can tell, the test would require an...