MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / isOpen

Method isOpen

Libraries/Await/Await.cpp:352–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350AwaitAllocatorStatistics AwaitAllocator::statistics() const { return currentStatistics; }
351
352bool AwaitAllocator::isOpen() const { return currentMode != AwaitAllocatorMode::None; }
353
354size_t AwaitAllocator::used() const { return currentStatistics.bytesInUse; }
355

Callers 2

immediateTaskMethod · 0.80
AwaitEventLoopMethod · 0.80

Calls

no outgoing calls

Tested by 1

immediateTaskMethod · 0.64