mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 18:28:59 +08:00
6d4606fb79
* [threadpool] Add new port * Use ${PORT} instead of hardcoded "theadpool" Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/threadpool/portfile.cmake * [threadpool] Use vcpkg_from_sourceforge Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
7 lines
350 B
Plaintext
7 lines
350 B
Plaintext
Source: threadpool
|
|
Version: 0.2.5
|
|
Port-Version: 1
|
|
Homepage: http://threadpool.sourceforge.net/
|
|
Description: threadpool is a cross-platform C++ thread pool library. It provides a convenient way for dispatching asynchronous tasks and can be easily customized. threadpool is based on the high-quality Boost source libraries.
|
|
Build-Depends: boost-thread
|