Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 176 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 176 Bytes

<< [10] Call a function after n milliseconds >>

Implement a job scheduler which takes in a function f and an integer n, and calls f after n milliseconds.