Zth (libzth)
zth::fiber_type_impl< F > Struct Template Reference

#include <async.h>

Public Types

typedef TypedFiberFactory< F > factory
 
typedef factory::TypedFiber_typefiber
 
typedef factory::AutoFuture_type future
 

Detailed Description

template<typename F>
struct zth::fiber_type_impl< F >

Definition at line 676 of file async.h.

Member Typedef Documentation

◆ factory

template<typename F >
typedef TypedFiberFactory<F> zth::fiber_type_impl< F >::factory

Definition at line 677 of file async.h.

◆ fiber

template<typename F >
typedef factory::TypedFiber_type& zth::fiber_type_impl< F >::fiber

Definition at line 678 of file async.h.

◆ future

template<typename F >
typedef factory::AutoFuture_type zth::fiber_type_impl< F >::future

Definition at line 679 of file async.h.


The documentation for this struct was generated from the following file: