----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51094/ -----------------------------------------------------------
(Updated Aug. 16, 2016, 8:50 a.m.) Review request for qpid, Andrew Stitcher, Cliff Jansen, Gordon Sim, and Justin Ross. Changes ------- Finish listen, move to IO subdirectory, access to container from connection/event. Repository: qpid-proton-git Description ------- Interface and implementation strategy for a C "container" based on the connection_engine, eventually intended to replace the reactor and allow multiple IO and threading implementations.. Stripped down to essential features to minimize the burden on implementors but support implementing existing C++, python, Go etc. containers on top of it. Extra convenience can be done in the the binding language where they are easier to implement and can use native language features. Diffs (updated) ----- proton-c/bindings/cpp/include/proton/io/connection_engine.hpp 70e675491559211d291d04f61ea7a6a5669c198a proton-c/bindings/go/src/qpid.apache.org/proton/engine.go 5b9dbf069baf491c4b11459da7a27a438253a396 proton-c/include/proton/connection_engine.h bf2b69afca5c5f94ee22651af35e775542af9ba8 proton-c/include/proton/container.h PRE-CREATION proton-c/include/proton/engine.h 8f8719e72629041032b411f252421c8e3d2186a1 proton-c/include/proton/io/README.dox PRE-CREATION proton-c/include/proton/io/README.h PRE-CREATION proton-c/include/proton/io/container_impl.h PRE-CREATION proton-c/src/engine/connection_engine.c 75a16ae7c09dcaa46525eee59a225868d5897483 Diff: https://reviews.apache.org/r/51094/diff/ Testing ------- None, first pass at interface review. Thanks, Alan Conway
