summaryrefslogtreecommitdiff
path: root/amiga/schedule.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix-up the timer.device scheduler and reinstate it as default. ↵Chris Young2009-10-151-0/+1
| | | | | | | | | Unfortunately this doesn't remove the need for INTUITICKS messages as we still need to break out for page reflow (which doesn't use the scheduler), but it should make animations more accurate. svn path=/trunk/netsurf/; revision=9648
* Update for new SDKChris Young2008-12-201-3/+3
| | | | svn path=/trunk/netsurf/; revision=5915
* Scheduled events now signal when the scheduled time has passed.Chris Young2008-09-081-0/+5
| | | | | | The timer appears to stop signalling events occasionally - needs some investigation. svn path=/trunk/netsurf/; revision=5287
* Fully implemented schedule, schedule_run and schedule_remove.Chris Young2008-08-031-0/+31
svn path=/trunk/netsurf/; revision=4875