Skip to content

neko-threadpoolv1.0.3

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)

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No transitive dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Hoshi's avatarHoshi
  • SunBlack's avatarSunBlack
  • Hoshi's avatarHoshi

#Changelog

  • a388a8d[neko-threadpool] Update version to v1.0.3 (#53128)
  • 3411c0c[neko-*] Update repository links after GitHub username change (#53099)
  • a237365[neko-threadpool] Update to 1.0.2 (#48745)
  • 10efd66[neko-threadpool] Add new port (#48405)