contents   index   previous   next



SE_YIELD

Causes the script to drop back to the calling seExec API call. This is useful for fibers, described in "Fibers and Threads". It will allow the next fiber to take its turn. The return value is still returned as normal once the fiber gets its next turn to run.

 


SE_SUSPEND