| |||||||||||
| Creates a timer and binds a callback predicate to it.
timer_create(+Callback, -Timer)
timer_create/2 creates a timer and binds the callback predicate
Callback to it. The timer object will be unified with Timer.
A timer has to be deleted with timer_close/1.
Arguments
Callback predicate (compound or atom) Timer timer
This predicate is not part of the ISO-Prolog Standard.
See alsotimer_close/1, timer_create/2, timer_is_active/1, timer_start/2, timer_stop/1. | |||||||||||
| |||||||||||
| Back> |
|