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.