/boost-tools

Boost tools

Primary LanguageC++GNU Lesser General Public License v3.0LGPL-3.0

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