summaryrefslogtreecommitdiff
path: root/kombu/async/hub.py
Commit message (Expand)AuthorAgeFilesLines
* Be selective about how file descriptors are removed since they may be reused ...Roger Hu2014-05-191-12/+18
* Hub: move debug helpers into separate moduleAsk Solem2014-02-061-49/+7
* Normalize fd in Hub.addIonel Cristian Mărieș2014-01-311-2/+3
* Hub: Do not attempt to call unregister on closed pollerAsk Solem2014-01-161-1/+3
* Hub.close now sets hub.poller to NoneAsk Solem2014-01-081-1/+2
* Do not remove gen on StopIteration, generators must handle this manuallyAsk Solem2013-11-071-3/+4
* Eventloop: Small improvementsAsk Solem2013-11-011-3/+11
* Unregister on EBADFAsk Solem2013-10-311-2/+8
* Do not automatically register all connectionts in the event loopAsk Solem2013-10-251-0/+1
* Fixes problems with time vs monotonicAsk Solem2013-10-141-1/+0
* Use call_soon rather than generator draining events from amqp transportsAsk Solem2013-10-081-9/+1
* Adds loop.call_soon and loop.run_foreverAsk Solem2013-10-071-9/+58
* Removes useless maybe_blockAsk Solem2013-10-031-23/+1
* Timer API now using secs instead of msecsAsk Solem2013-10-021-3/+3
* Adds kombu.async.timer (+ accidentally staged documentation fixes)Ask Solem2013-10-011-1/+11
* Removes Connection.more_to_read + .nb_keep_drainingasyncmoveAsk Solem2013-09-301-3/+14
* Merge branch 'master' into asyncmoveAsk Solem2013-09-251-1/+29
|\
| * Do not check heartbeats when in blocking sectionsAsk Solem2013-09-251-1/+5
| * Adds kombu.async.maybe_block contextAsk Solem2013-09-251-0/+25
* | Fixes TypeErrorAsk Solem2013-09-231-2/+5
* | Async API now closer to TulipAsk Solem2013-09-231-39/+142
|/
* Moves celery.worker.hub here as kombu.asyncAsk Solem2013-09-191-0/+195