1 NAME
2 remove_call_out - remove a delayed call to a function
3
4 SYNOPSIS
5 mixed remove_call_out(int handle)
6
7
8 DESCRIPTION
9 Remove the callout associated with handle. The delay after which the
10 function would have been called is returned. The delay is an integer
11 or a floating point number, depending on how the callout was started.
12 If there is no scheduled call associated with the handle in the current
13 object, return -1.
14
15 SEE ALSO
16 kfun/call_out
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.