NAME

call_out - make a delayed call to a function

SYNTAX

void call_out(function f, int delay, mixed ... args);

DESCRIPTION

Call_out places a call to the function f with the argument args in a queue to be called in about delay seconds.

SEE ALSO

remove_call_out, find_call_out and call_out_info