| 1504 | |
| 1505 | |
| 1506 | Future<Nothing> Connection::disconnected() |
| 1507 | { |
| 1508 | return dispatch( |
| 1509 | data->process, |
| 1510 | &internal::ConnectionProcess::disconnected); |
| 1511 | } |
| 1512 | |
| 1513 | |
| 1514 | Future<Connection> connect( |
nothing calls this directly
no test coverage detected