YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
result_core.hpp File Reference
Include dependency graph for result_core.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  yaclib::detail::Callback
 
class  yaclib::detail::ResultCore< V, E >
 

Namespaces

namespace  yaclib
 
namespace  yaclib::detail
 

Typedefs

template<typename V , typename E >
using yaclib::detail::ResultCorePtr = IntrusivePtr< ResultCore< V, E > >