7 Dec
2012
7 Dec
'12
3:50 a.m.
Hi all, I have a simple question: is there in the libraries a function that can schedule a variable list of events for me? For example of the type: type Schedule = [UTCTime, IO()] startSchedule :: TVar Schedule -> IO ThreadId The function startSchedule will have to execute my actions at the given times. Of course the TVar can be changed by another thread, so the schedule will have to be recomputed. Thanks! Corentin
4987
Age (days ago)
4987
Last active (days ago)
0 comments
1 participants
participants (1)
-
Corentin Dupont