Microsoft Phone Interview
Anonymous User
1059

Design an API for callbackFunction(int t, Task scheduledTask);
The idea was to design a basic function, which would trigger the callback function after time t sec.
Any solutions appreciated.

Comments (1)