Class ROT.Scheduler.Simple
Extends
ROT.Scheduler.
Simple fair scheduler (round-robin style)
Defined in: <rot.js>.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
|
add(item, repeat)
|
|
|
next()
|
- Methods borrowed from class ROT.Scheduler:
- clear, getTime, remove
Method Detail
add(item, repeat)
- Parameters:
- item
- repeat
- See:
- ROT.Scheduler#add
next()
- See:
- ROT.Scheduler#next