Skip to content

Instantly share code, notes, and snippets.

@bmbouter
bmbouter / external_epoll_loop.py
Created March 12, 2014 19:21
Python external epoll loop example with Proton 0.7 RC
import select
from proton import Message
from proton import Messenger
known_selectables = {}
def epoll_events(sel):
events = 0
if sel.capacity > 0: