All existing connections to a given host are busy, or there are no open connections.
| 37 | |
| 38 | |
| 39 | class NoConnectionsAvailable(Exception): |
| 40 | """ |
| 41 | All existing connections to a given host are busy, or there are |
| 42 | no open connections. |
| 43 | """ |
| 44 | pass |
| 45 | |
| 46 | |
| 47 | @total_ordering |
no outgoing calls