Skip to content

Files

Latest commit

238dacf · May 30, 2020

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 30, 2020
Dec 2, 2019
Dec 2, 2019

<< [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.