2.0.1 • Published 2 years ago

@rbxts/synced-poller v2.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
2 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

2 years ago

2.0.0

3 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago