Please review and comment! The gRFC is 
at https://github.com/grpc/proposal/pull/245. 

This work replaces gRPC Core's iomgr with a public interface for custom, 
pluggable implementations which we're calling EventEngines. EventEngines 
are tasked with providing all cross-platform I/O, task execution, and DNS 
resolution functionality for gRPC Core and its wrapped languages. This 
public API will make it easier to integrate gRPC into external event loops, 
it will eventually allow siloing events between gRPC channels and servers, 
and it will provide another way to support the C++ Callback API.

Cheers,
-aj

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/e62c7576-fab5-4fc1-99a0-984279fc82a4n%40googlegroups.com.

Reply via email to