stlab v1.7.1
- Created
- Updated
stlab is the ongoing work of what was Adobe Software Technology Lab.
The Concurrency library provides futures and channels, high level constructs for implementing algorithms that eases the use of multiple CPU cores while minimizing contention. This library solves several problems of the C++11 and C++17 TS futures.
# License
# Supported Platforms
All platforms are supported
# Features
Default feature: cpp17shims
# cpp17shims default
Support C++11/14 by polyfilling stlab's use of optional
and variant
with boost. On by default.
Dependencies:
and 21 transitive dependencies:
- boost-assert
>= v1.86.0
(by boost-optional ) - boost-cmake
>= v1.86.0
(by boost-assert ) - boost-config
>= v1.86.0
(by boost-assert ) - boost-container-hash
>= v1.86.0
(by boost-variant ) - boost-core
>= v1.86.0
(by boost-optional ) - boost-describe
>= v1.86.0
(by boost-container-hash ) - boost-detail
>= v1.86.0
(by boost-optional ) - boost-headers
>= v1.86.0
(by boost-config ) - boost-integer
>= v1.86.0
(by boost-variant ) - boost-io
>= v1.86.0
(by boost-utility ) - boost-move
>= v1.86.0
(by boost-optional ) - boost-mp11
>= v1.86.0
(by boost-describe ) - boost-mpl
>= v1.86.0
(by boost-variant ) - boost-predef
>= v1.86.0
(by boost-optional ) - boost-preprocessor
>= v1.86.0
(by boost-detail ) - boost-static-assert
>= v1.86.0
(by boost-core ) - boost-throw-exception
>= v1.86.0
(by boost-core ) - boost-type-index
>= v1.86.0
(by boost-variant ) - boost-type-traits
>= v1.86.0
(by boost-detail ) - boost-uninstall
>= v1.86.0
(by boost-cmake ) - boost-utility
>= v1.86.0
(by boost-optional )
Host Dependencies:
3 transitive dependencies:
- vcpkg-boost (by boost-cmake )
- vcpkg-cmake (by boost-cmake )
- vcpkg-cmake-config (by boost-cmake )
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
- kyp
- Phoebe
- Jack·Boos·Yu
- Robert Schumacher
- Phoebe
- dittons
- Billy O'Neal
- Nick DeMarco
- autoantwort
- Kai Pastor
# Changelog
8bf211d
new port: stlab (at v1.3.3)