Concurrent Alarms¶
This library provides a concurrent signals.
To use it use: :-use_module(library(c_alarms))
.
- unset_alarm/1
- prolog::timer_pause/2
- prolog::timer_elapsed/2
- prolog::timer_stop/2
- prolog::timer_restart/1
- prolog::timer_start/1
- prolog::time_out_call_once/3
- prolog::set_alarm/3
Functions:¶
1. *** prolog::unset_alarm(+ID) %% It will unschedule the alarm.% It will not affect other concurrent alarms.% class unset_alarm_1*: