/ThreadingLibraryBuild

A basic user-level threading library, with the capacity to create threads, perform tasks and switch between threads. A scheduler also includes two kernel level threads as executors as kernel level threads, one for computing tasks and one dedicated for I/O tasks to avoid interrupt delays.

Primary LanguageC

No issues in this repository yet.