File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- thread-pool-cpp
2- =================
1+ thread-pool-cpp
2+ =================
33[ ![ Build Status] ( https://travis-ci.org/inkooboo/thread-pool-cpp.svg?branch=master )] ( https://travis-ci.org/inkooboo/thread-pool-cpp )
44[ ![ Codecov branch] ( https://img.shields.io/codecov/c/github/inkooboo/thread-pool-cpp/master.svg )] ( https://codecov.io/gh/inkooboo/thread-pool-cpp )
55[ ![ MIT licensed] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( ./LICENSE )
@@ -27,6 +27,6 @@ Post job to thread pool is much faster than for boost::asio based thread pool.
2727
2828See benchmark/benchmark.cpp for benchmark code.
2929
30- All code except [ MPMCBoundedQueue] ( https://github.com/inkooboo/thread-pool-cpp/blob/master/include/thread_pool/mpsc_bounded_queue .hpp )
30+ All code except [ MPMCBoundedQueue] ( https://github.com/inkooboo/thread-pool-cpp/blob/master/include/thread_pool/mpmc_bounded_queue .hpp )
3131is under MIT license.
3232
File renamed without changes.
Original file line number Diff line number Diff line change 11#pragma once
22
33#include < thread_pool/fixed_function.hpp>
4- #include < thread_pool/mpsc_bounded_queue .hpp>
4+ #include < thread_pool/mpmc_bounded_queue .hpp>
55#include < thread_pool/thread_pool_options.hpp>
66#include < thread_pool/worker.hpp>
77
You can’t perform that action at this time.
0 commit comments