first basic implementation

This commit is contained in:
2018-12-09 00:41:58 +07:00
commit 3ef27c68e9
8 changed files with 15428 additions and 0 deletions

25
README.md Normal file
View File

@@ -0,0 +1,25 @@
# promise.hpp
[![language][badge.language]][language]
[![license][badge.license]][license]
[![paypal][badge.paypal]][paypal]
[badge.language]: https://img.shields.io/badge/language-C%2B%2B14-red.svg?style=for-the-badge
[badge.license]: https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge
[badge.paypal]: https://img.shields.io/badge/donate-PayPal-orange.svg?logo=paypal&colorA=00457C&style=for-the-badge
[language]: https://en.wikipedia.org/wiki/C%2B%2B14
[license]: https://en.wikipedia.org/wiki/MIT_License
[paypal]: https://www.paypal.me/matov
[promise]: https://github.com/BlackMATov/promise.hpp
## Installation
[promise.hpp][promise] is a single header library. All you need to do is copy the header file into your project and include this file:
```cpp
#include "promise.hpp"
```
## [License (MIT)](./LICENSE.md)