module test import iTasks.Extensions.DateTime import System.Time import iTasks sh = sharedStore "bork1" ({DateTime|year=0,mon=0,day=0,hour=0,min=0,sec=0}, 42) sh` = sharedStore "bork2" ({Timespec|tv_sec=0,tv_nsec=0}, 42) Start w = doTasks t w t = viewSharedInformation [] sh -&&- updateSharedInformation [] (dateTimeStampedShare sh) -&&- viewSharedInformation [] sh` -&&- updateSharedInformation [] (timespecStampedShare sh`)