public somefunc(id){ set_task(5.0, "SomeOtherFunc", id);}public SomeOtherFunc(id){ // do stuff after 5.0 seconds.}