passive
argument for excahnge
Channel.is_closed
propertyChannel.close
just returnNone
when channel already closedConnection
might be used inasync with
expressionQueue
might be used inasync with
and returnsQueueIterator
- Changing examples
Queue.iterator()
methodQueueIterator.close()
returnsasyncio.Future
instead ofasyncio.Task
- Ability to use
QueueIterator
inasync for
expression connect_robust
is acoroutine
instead of function which returns a coroutine (PyCharm type checking display warning instead)- add tests
- Improve documentation. Add examples for connection and channel
Conneciton.close
returnsasyncio.Task
instead coroutine.connect_robust
now is function instead ofpartial
.