Skip to content

Yassim/LibTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibTask (v0.1pa) (MIT licence)

A small Coroutine lib in C based on Russ Cox libtask. (see https://code.google.com/p/libtask/ for the original)

This one is rather limited, but compiles in Visual Studio. Only currently works for x86. (more comming as needed) It uses a much smaller context for storing the CPU state.

This uses asm, so is not the (set|long)jump hacky version.

Currently only the coroutines work, and will not delete properly yet.

About

Coroutine lib in c

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors