Skip to content

quantabase13/uthread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uthread: A User Space Thread Library

Inspired by fiber, I implement uthread on the foundation of my previous project user mode thread library.

The main difference between "uthread" and "user mode thread library" is the scheduling mechanism.

"uthread" use O(1) scheduler, while "user mode thread library" use Round-Robin scheduler.

I refer to piko/RT when implementing O(1) scheduler.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published