1. Home
  2. Browse
  3. neko-threadpool

neko-threadpool

v1.0.2#0Latest

An easy-to-use and efficient C++ 20 thread pool that supports task priorities and task submission to specific threads.

Install

Run the following Vcpkg command to install the port.

vcpkg install neko-threadpool

Usage

NekoThreadPool provides CMake targets:

find_package(NekoThreadPool CONFIG REQUIRED)
target_link_libraries(main PRIVATE Neko::ThreadPool)

Dependencies

See source

Version

v1.0.2#0

Publication

Supports

All

GitHub

moehoshio/NekoThreadPool

Homepage

github.com/moehoshio/NekoThreadPool

Subtree

a237365a2d

License

MITorApache-2.0

Definition

Manifest