coneneko.fiber



class Fiber;
FiberのようなThread、推奨しません。 待ち時間が少なくなるように処理を先行させているため、 複数のFiberを作って平行して処理する場合に同期がとれない場合があります。

static Uint32 timeoutSpan;
>= 2 millisecond

this();


void yield();


void opCall();
進む、timeoutSpan以上の反応がない場合はそのまま返ります

bool terminated();


abstract int run();



Page generated by Ddoc.