pyros-dev / pyros

Python interfacing for multiprocess software - A Python blanket for ROS to hide inside
BSD 3-Clause "New" or "Revised" License
25 stars 4 forks source link

improve eventloop handling #67

Open asmodehn opened 8 years ago

asmodehn commented 8 years ago

Libraries like celery can hookup to file descriptor to trigger custom user callbacks on event. Async IO event loop style. Pyros should be made easy to work with this type of hooks...

This is a long term work that probably require :