@hackage cfuture1.0

A Future type that is easy to represent and handle in C/C++.

A module similar to the "future" package of Chris Kuklewicz, but having a Future that is easy to represent and handle in C/C++, using two MVars. Moreover, it uses two new threads: one (the "watcher thread") aborts the calculation if triggered by filling the first MVar.