Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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