Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
static bool test_try_spawn_zero() noexcept {
108
fu::basic_pool_t pool;
109
return !pool.try_spawn(0u);
110
}
111
112
template <typename make_pool_type_ = make_pool_t>
113
static bool test_try_spawn_success() noexcept {
Callers
nothing calls this directly
Calls
1
try_spawn
Method · 0.45
Tested by
no test coverage detected