Design a scheduler to run many functions at different times. It needs to 
(obviously) be thread-safe. Each task which is scheduled to run will have a 
time stamp, containing a desired execution time, a function pointer 
(containing the desired function). Also, find a way to supply the arguments 
to each function. Implement the mechanisms for scheduling/removing work to 
be done. 
*How would you handle functions that must be serialized as opposed to ones 
that didn't need to be? *
*
*
*
*


-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to algogeeks+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to