makiolo / asyncply

:vertical_traffic_light: Async-Await implementation in C++11/14 for humans

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asyncply

gcc 4.9 / clang 3.6: Build Status

MSVC 2015: Build status

Async-Await implementation in C++11/14 for humans

For Consume this package

Basic setup

$ conan install asyncply/1.0.3@npm-mas-mas/testing

Project setup

If you handle multiple dependencies in your project is better to add a conanfile.txt

[requires]
asyncply/1.0.3@npm-mas-mas/testing

[generators]
cmake

Complete the installation of requirements for your project running:

$ mkdir build && cd build && conan install ..

Note: It is recommended that you run conan install from a build directory and not the root of the project directory. This is because conan generates conanbuildinfo files specific to a single build configuration which by default comes from an autodetected default profile located in ~/.conan/profiles/default . If you pass different build configuration options to conan install, it will generate different conanbuildinfo files. Thus, they should not be added to the root of the project, nor committed to git.

Add Remote

$ conan remote add npm-mas-mas "https://api.bintray.com/conan/npm-mas-mas/testing"

About

:vertical_traffic_light: Async-Await implementation in C++11/14 for humans

License:Creative Commons Zero v1.0 Universal


Languages

Language:C++ 90.6%Language:Python 3.8%Language:CMake 2.2%Language:Dockerfile 1.7%Language:Shell 1.7%