This is the documentation page for Module:Docbunto/testcases/Function
Delay the execution of a function by t seconds.
Documentation
Package function
delay(fn, t)(function)- Delay the execution of a function by t seconds.
- Parameters:
- Returns: Function that will execute
delay~fnafter t seconds -handle. (function)
Other items
Notes
- Based on a simple busy-wait loop, which is not efficient for long delays.
- This module is likely to timeout if used in Scribunto.