1. Home
  2. Browse
  3. neko-threadpool

neko-threadpool

v1.0.1#0Go to latest

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.1#0

Publication

Supports

All

GitHub

moehoshio/NekoThreadPool

Homepage

github.com/moehoshio/NekoThreadPool

Subtree

10efd66f9f

License

MITorApache-2.0

Definition

Manifest