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

Function create

sources/system/unix/common.cpp:381–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379 };
380
381 fiber_t create(const context_t &cxt, std::function<var()> f)
382 {
383 return std::make_shared<unix_fiber>(cxt, std::move(f));
384 }
385
386 void resume(const fiber_t &fi_p)
387 {

Callers

nothing calls this directly

Calls 1

moveFunction · 0.50

Tested by

no test coverage detected