| 接口 | 描述 |
|---|---|
| TG_Fiber.CompletionCallback |
Callback to be invoked when a
TG_Fiber finishs execution. |
| TG_FiberContextSwitchInterceptor |
Interception for
Fiber context switch. |
| TG_FiberContextSwitchInterceptor.Work<R,P> |
Abstraction of the execution that happens inside the interceptor.
|
| 类 | 描述 |
|---|---|
| TG_Engine |
Collection of
Fibers. |
| TG_Fiber |
User-level thread. Represents the execution of one request/response processing.
|
Copyright © 2006–2015 TinyGroup. All rights reserved.