Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ fiber_state
Enum
fiber_state
include/covscript/core/core.hpp:271–276 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
};
270
271
enum class fiber_state {
272
ready,
273
running,
274
suspended,
275
finished
276
};
277
278
class fiber_type {
279
protected:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected