Hi Andrea!
Short answer is to write an event source like pollers, timers and notify in the circuits library.
This basically involves writing a generate_events handler.
Long answer later when I'm not on a bus heading to work ☺
Cheers
James
--
You received this message because you are subscribed to the Google Groups "circuits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to circuits-user...@googlegroups.com.
To post to this group, send email to circuit...@googlegroups.com.
Visit this group at http://groups.google.com/group/circuits-users.
For more options, visit https://groups.google.com/d/optout.
Wrapping a Consumer object as thread could be a way, but sound too hacky!
I was thinking to something similar to a "discrete component" which wrap a "kombu consumer".
This "discrete component" should be launched in a separate process withouth resorting on kobu eventloop.
However, it's just a vague idea.
I haven't had a chance to test this out myself yet... Did you get it working in the final version?
--