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

Function create

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

Source from the content-addressed store, hash-verified

245 };
246
247 fiber_t create(const context_t &cxt, std::function<var()> f)
248 {
249 return std::make_shared<win32_fiber>(cxt, std::move(f));
250 }
251
252 struct global_ctx_holder {
253 LPVOID ctx = nullptr;

Callers

nothing calls this directly

Calls 1

moveFunction · 0.50

Tested by

no test coverage detected