Common: Implement a basic Fiber class.

This commit is contained in:
Fernando Sahmkow 2020-02-04 15:06:23 -04:00
parent b1b01a33bd
commit 353166d648
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