aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2018-02-03 20:52:00 -0500
committerDeterminant <ted.sybil@gmail.com>2018-02-03 20:52:00 -0500
commit7b186102530539fb1d50e787a8027d264a6c58ae (patch)
tree819dd9f5659f318e6b43f9222092578b499e9e86 /README.rst
parent767fa96c078de01438194fa8e46aa936cd037836 (diff)
...
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 3a95254..42417b5 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,12 @@
CPPromise
=========
+.. image:: https://img.shields.io/travis/Determinant/cppromise.svg
+ :target: https://github.com/Determinant/cppromise
+
+.. image:: https://img.shields.io/github/license/Determinant/cppromise.svg
+ :target: https://github.com/Determinant/cppromise
+
This is a lightweight C++14/17 compatiable implementation of promises (similar
to Javascript Promise/A+). It allows type-safe polymorphic promises and incurs
little runtime overhead. The runtime type-checking is enforced and supported by