Mark McLoughlin abf5b2bf5a Remove only_free param to Pool.get()
This is unused. I think I added it before iter_free(), i.e. empty()
was going to be:

  for item in self.get(only_free=True):
      item.close()

rather than:

  for item in self.iter_free():
      item.close()

Change-Id: Ie6d0de3b7453ee036412db10f37d26f04de73cf7
2013-07-27 15:43:29 +01:00
2013-07-10 09:33:13 +01:00
2013-07-27 15:43:29 +01:00
2013-06-24 12:52:56 +01:00
2013-07-24 08:15:35 +01:00
2013-06-24 12:52:41 +01:00
2013-06-24 12:52:30 +01:00

Oslo Messaging Library

The Oslo messaging API supports RPC and notifications over a number of different messsaging transports.

Description
OpenStack library for messaging
Readme 36 MiB
Languages
Python 99.8%
Shell 0.2%