How to Install libpthread-workqueue-dev in Ubuntu 18.04



Install libpthread-workqueue-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libpthread-workqueue-dev

Description:

thread pool library (development files)

The pthread_workqueue library allows you to create one or more workqueues and submit work items for processing. The workqueues are serviced by a thread pool that is automatically created and dynamically managed by the library. . This package contains files needed to build programs that use the pthread_workqueue library.

Homepage: https://github.com/mheily/libpwq/wiki

Version: 0.9.1-1

Section: universe/libdevel