mirror of https://github.com/Hilbis/Hilbish
16 lines
293 B
Markdown
16 lines
293 B
Markdown
---
|
|
name: Interface hilbish.timers
|
|
description: timeout and interval API
|
|
layout: apidoc
|
|
---
|
|
|
|
## Introduction
|
|
The timers interface si one to easily set timeouts and intervals
|
|
to run functions after a certain time or repeatedly without using
|
|
odd tricks.
|
|
|
|
## Functions
|
|
### stop()
|
|
Stops a timer.
|
|
|