Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 337 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 337 Bytes

Introduction

This library provides different schedulers for a task/function.

periodicize

Schedule the callback executions with a pre-defined period, all calls will be invoked with the given parameters. Similar to throttle, but will not drop any calls.