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 Chapter XIII. 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