2.0.1 • Published 3 years ago

@rbxts/synced-poller v2.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

Synced poller

Calls functions on an interval along os.time (for cross-server simultaneous calls)

Calls a function every interval seconds, whenever (os.time() % interval == 0). Functions are called along os.time() (with tick() precision).

If a condition is provided, it will call the callback on each poll, and cancel if it returns false.

2.0.1

3 years ago

2.0.0

4 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago