Add a basic scheduler with threads #18
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "threads"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This time around, we can take advantage of DoublyLinkedList, Results and make<>() instead of doing everything manually, which simplifies stuff a lot. This scheduler is platform-independent as well (=D), only needs a Thread.cpp file per architecture.
WIP: Add a basic scheduler with threadsto Add a basic scheduler with threads