Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/qilingframework/qiling
/ Fiber
Class
Fiber
qiling/os/windows/fiber.py:13–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
from
qiling.os.windows.fncc
import
CDECL
12
13
class
Fiber:
14
def
__init__(self, idx: int, cb: Optional[int] = None):
15
self.idx = idx
16
self.data = 0
17
self.cb = cb
18
19
20
class
FiberManager:
Callers
1
alloc
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected