Rclex.Timer (Rclex v0.4.0) View Source

Link to this section Summary

Functions

タイマー処理の終了 スーパバイザプロセスと実行タスクを停止する

タイマー処理関数 timer_loop/3はループの上限つき 上限後,例外処理が行われる. timer_loop/2はループの上限なし

タイマーによるループ処理を監視するためのスーパーバイザと 実行タスクを生成 timer_start/4はループの上限つき timer_start/3はループの上限なし

Link to this section Functions

Link to this function

terminate_timer(sv, child)

View Source

タイマー処理の終了 スーパバイザプロセスと実行タスクを停止する

Link to this function

timer_loop(publisher_list, time, callback)

View Source
Link to this function

timer_loop(publisher_list, time, callback, count, limit)

View Source

タイマー処理関数 timer_loop/3はループの上限つき 上限後,例外処理が行われる. timer_loop/2はループの上限なし

Link to this function

timer_start(pub_list, time, callback)

View Source
Link to this function

timer_start(pub_list, time, callback, limit)

View Source

タイマーによるループ処理を監視するためのスーパーバイザと 実行タスクを生成 timer_start/4はループの上限つき timer_start/3はループの上限なし