ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
Loading...
Searching...
No Matches
XmobiTea.Threading.IFiberControl Interface Reference

Defines the contract for controlling a fiber, including starting and disposing of it. More...

Inheritance diagram for XmobiTea.Threading.IFiberControl:
XmobiTea.Threading.PoolFiber XmobiTea.Threading.RoundRobinFiber XmobiTea.Threading.ThreadFiber

Public Member Functions

void Start ()
 Starts the fiber.
 
void Dispose ()
 Disposes of the fiber, releasing any resources.
 

Detailed Description

Defines the contract for controlling a fiber, including starting and disposing of it.

Member Function Documentation

◆ Dispose()

void XmobiTea.Threading.IFiberControl.Dispose ( )

Disposes of the fiber, releasing any resources.

Implemented in XmobiTea.Threading.PoolFiber, XmobiTea.Threading.RoundRobinFiber, and XmobiTea.Threading.ThreadFiber.

◆ Start()

void XmobiTea.Threading.IFiberControl.Start ( )

The documentation for this interface was generated from the following file: