How to Install libpthread-workqueue0 in Ubuntu 18.04



Install libpthread-workqueue0 by entering the following commands in the terminal:

sudo apt update
sudo apt install libpthread-workqueue0

Description:

thread pool library

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. . The API is based on the pthread_workqueue API in FreeBSD 8.0, which was designed to be compatible with the API developed by Apple Inc to support the Grand Central Dispatch concurrency framework.

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

Version: 0.9.1-1

Section: universe/libs