Skip to Content

neko-threadpool v1.0.1

Created
Updated

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

# Usage

NekoThreadPool provides CMake targets:

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

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No transitive dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Hoshi's avatar Hoshi

# Changelog

  • 10efd66 [neko-threadpool] Add new port (#48405)

# Source