acadia/zion/lib
Drew Galbraith 71196dc90f Move scheduler threads to a linked list implementation.
Removes the internal next ptr from the Thread class.

We avoid doing a memory operation when scheduling on yield because we
simply cycle the item to the back of the list.
2023-05-29 14:32:49 -07:00
..
linked_list.h Move scheduler threads to a linked list implementation. 2023-05-29 14:32:49 -07:00