Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 352 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 352 Bytes

gcdpp

gcdpp is a C++ wrapper of libdispatch, providing a friendly API.

platform availability

On Apple platforms, system provided libdispatch is used.

On non-Apple platforms, you need to build libdispatch manually, and provide it to gcdpp.

gcdpp does not use blocks, using gcc/msvc is ok.