Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ unix_fiber
Method
unix_fiber
sources/system/unix/common.cpp:347–347 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
345
346
public:
347
unix_fiber() = delete;
348
unix_fiber(const context_t &cxt, std::function<var()> f)
349
: cs_stack(current_process->child_stack_size()),
350
cs_context(cxt),
Callers
nothing calls this directly
Calls
2
child_stack_size
Method · 0.80
move
Function · 0.50
Tested by
no test coverage detected