[DllImport("kernel32.dll")]
static extern IntPtr CreateFiber(uint dwStackSize,
CreateFiberDelegate lpStartAddress, IntPtr lpParameter);
None.
This function creates fiber in some thread that invoke this function. Fiber executes lpStartAddressFunction.
Please add some!
Please add some!
http://blogs.msdn.com/dinoviehland/archive/2004/09/16/230656.aspx
Do you know one? Please contribute it!