Protected
Optional
_generatorProtected
_isProtected
_loopProtected
_task[jp] 稼働中の内部ジェネレータがあるかどうかを返す
[en] Returns true when inner-generator doesn't exists
[jp] 稼働状態を返す。 falseの際はstepを実行しても進まない pause/resumeなどで更新
[en] Return isAwake
[jp] タスクを追加
[en] Add coroutine task
this
func<*function>とarguments<any[]>をもったオブジェクト
追加後に内部Generatorをリセットするかどうか
[jp] JSONでタスク設定
[en] addTaskFromJSON
this
Static
convert[jp] taskリストをジェネレーターオブジェクトに変換
[en] convertTaskListToGenarator
Converted Generator
task.actionのthisとして扱うオブジェクト
Generated using TypeDoc
コルーチン
Example