Skip to content

lelabo-m/cpp_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPP_TOOLS

LibLoader

A little plugin loader in c++ for dynamic library (cross-plateform Linux/Windows)

ThreadPool

A c++11 thread pool pattern: class ThreadPool:

  • ThreadPool(size)
  • AddTask(function / lambda, scopelock, args ...) -> std::future |-> function : function to compute by a thread. |-> scopelock : lock (or not) the function scope and variable used. |-> args ... : variatic parameter for the function.

Filesytem

A c++ header which contains a mini filesystem for Linux/Windows compatibility.

Modified from this project: https://github.com/progschj/ThreadPool.git

About

a mashup of all my tools in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published