Transporting Values and Exceptions between Threads.
More...
#include <future.h>
template<typename T>
class lass::util::experimental::Future< T >
Transporting Values and Exceptions between Threads.
See:
- Peter Dimov: "Transporting Values and Exceptions between Threads", http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2096.html
- Matti Rintala: "Handling Multiple Concurrent Exceptions in C++ Using Futures", teoksessa Advanced Topics in Exception Handling Techniques, toim. C. Dony, J. L. Knudsen, A. Romanovsky, A. Tripathi. LNCS 4419, 301 s, ISBN 3-540-37443-4, DOI 10.1007/11818502_4, Springer-Verlag 2006 http://www.cs.tut.fi/cgi-bin/run/bitti/download/lncs-eh-draft.pdf
- Matti Rintala: "Exceptions in remote procedure calls using C++ template metaprogramming", Software�Practice and Experience, 2007, 37:231-246, 16 s, DOI: 10.1002/spe.754 http://www.cs.tut.fi/cgi-bin/run/bitti/download/spe-mmr-preprint.pdf
Definition at line 85 of file future.h.
The documentation for this class was generated from the following file: