MCPcopy Create free account
hub / github.com/ashvardanian/ForkUnion / test_try_spawn_zero

Function test_try_spawn_zero

scripts/test.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105#endif
106
107static bool test_try_spawn_zero() noexcept {
108 fu::basic_pool_t pool;
109 return !pool.try_spawn(0u);
110}
111
112template <typename make_pool_type_ = make_pool_t>
113static bool test_try_spawn_success() noexcept {

Callers

nothing calls this directly

Calls 1

try_spawnMethod · 0.45

Tested by

no test coverage detected