MCPcopy Create free account
hub / github.com/apache/mesos / watch

Method watch

src/log/network.hpp:368–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366
367
368inline process::Future<size_t> Network::watch(
369 size_t size, Network::WatchMode mode) const
370{
371 return process::dispatch(process, &NetworkProcess::watch, size, mode);
372}
373
374
375template <typename Req, typename Res>

Callers

nothing calls this directly

Calls 3

deferMethod · 0.80
dispatchFunction · 0.50
bindFunction · 0.50

Tested by

no test coverage detected