Files
Aurora.3/code
Lohikar 97856e8735 Improved scheduler (#1864)
changes:

Rewrote scheduler to use a sorted linked-list to store scheduled tasks so that only one element needs to be checked if none of the tasks are ready to fire.
Scheduler now checks tasks every 2 ds.
Adding tasks to an empty scheduler or tasks that are triggered after any existing tasks is fast, but adding tasks that trigger between two existing tasks requires iterating through some of the task list.

It's no addtimer(), but it's something.
2017-03-05 02:01:06 +02:00
..
2017-03-05 02:01:06 +02:00
2017-02-17 20:08:45 +02:00
2017-02-14 14:37:16 +02:00
2017-03-05 02:01:06 +02:00
2017-03-05 02:01:06 +02:00
2017-03-05 02:01:06 +02:00
2017-01-31 00:37:56 +02:00
2017-01-20 21:45:53 +02:00