MCPcopy 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

11from qiling.os.windows.fncc import CDECL
12
13class 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
20class FiberManager:

Callers 1

allocMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected