mola / boost-tools

Boost tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

boost-tools

Boost tools

boosttimer : boost timer to handle function in every seconds

/***** SAMPLES OF USAGE timer timer; timer.set_interval(30); timer.connect(_test_timer_handler); timer.start(); ***************************************/

BThread : Base class for threading on io_Service

concurrent_queue : Concurrent queue with boost

About

Boost tools

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 100.0%