Rafael,
I'm a bit confused by this push. How does this set of examples relate
to the examples Gordon has been developing in examples/engine/py?
They are both "reactor" APIs with very similar structure yet they appear
to be completely different and unrelated. Yours uses Reactor,
on_delivery, and on_reactor_start. Gordon's uses Container, on_message,
and on_start.
Gordon has been developing this API in the open for the last several
months. Why have you suddenly contributed a seemingly overlapping API?
-Ted
On 01/29/2015 06:23 PM, Rafael Schloming wrote:
I pushed some basic reactor examples into the proton tree under
examples/reactor/py. These are geared mostly towards
understanding/explaining the basic processing model of the event loop.
Please have a look. They are still a bit of a work in progress, as is the
API itself, but all feedback is welcome.
--Rafael