| 772 | |
| 773 | |
| 774 | Future<Option<ContainerTermination>> MesosContainerizer::wait( |
| 775 | const ContainerID& containerId) |
| 776 | { |
| 777 | return dispatch(process.get(), |
| 778 | &MesosContainerizerProcess::wait, |
| 779 | containerId); |
| 780 | } |
| 781 | |
| 782 | |
| 783 | Future<Option<ContainerTermination>> MesosContainerizer::destroy( |
nothing calls this directly
no test coverage detected