
6 Dec
2012
6 Dec
'12
2:50 p.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
4551
Age (days ago)
4551
Last active (days ago)
0 comments
1 participants
participants (1)
-
Corentin Dupont