Common: Implement a basic Fiber class.

This commit is contained in:
Fernando Sahmkow 2020-02-04 15:06:23 -04:00
parent 13ed9438fb
commit bc266a9d98
3 changed files with 204 additions and 0 deletions

View file

@ -110,6 +110,8 @@ add_library(common STATIC
common_types.h
dynamic_library.cpp
dynamic_library.h
fiber.cpp
fiber.h
file_util.cpp
file_util.h
hash.h