MCPcopy Create free account
hub / github.com/3rdparty/libprocess / awaited

Function awaited

include/process/future.hpp:1251–1254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1249namespace internal {
1250
1251inline void awaited(Owned<Latch> latch)
1252{
1253 latch->trigger();
1254}
1255
1256} // namespace internal {
1257

Callers

nothing calls this directly

Calls 1

triggerMethod · 0.80

Tested by

no test coverage detected