BenBrock / futar

A library for generic future composition.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

futar

Futar is a collection of utilities for generic future composition in C++. Future composition is the practice of combining futures together to form a chain of futures, or a control flow graph. Generic future composition allows the user to combine futures from many different libraries. This allows users to expose the asynchrony present in their applications, using asynchronous libraries for I/O, threading, and networking together.

About

A library for generic future composition.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 100.0%