rbucinell / ProgrammingChallenges

Code repository for my programming challenges
0 stars 0 forks source link

Daily Coding Problem: Problem #10 #8

Open rbucinell opened 6 years ago

rbucinell commented 6 years ago

This problem was asked by Apple.

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