MCPcopy Create free account
hub / github.com/covscript/covscript / win32_fiber

Method win32_fiber

sources/system/win32/common.cpp:207–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205
206 public:
207 win32_fiber() = delete;
208 win32_fiber(const context_t &cxt, std::function<var()> f)
209 : cs_stack(current_process->child_stack_size()),
210 cs_context(cxt),

Callers

nothing calls this directly

Calls 2

child_stack_sizeMethod · 0.80
moveFunction · 0.50

Tested by

no test coverage detected