proxygen
folly::fibers::FiberManager::AddTaskFinallyHelper< F, G > Struct Template Reference

#include <FiberManagerInternal-inl.h>

Classes

class  Finally
 
class  Func
 

Public Types

typedef invoke_result_t< F > Result
 

Static Public Attributes

static constexpr bool allocateInBuffer
 

Detailed Description

template<typename F, typename G>
struct folly::fibers::FiberManager::AddTaskFinallyHelper< F, G >

Definition at line 359 of file FiberManagerInternal-inl.h.

Member Typedef Documentation

template<typename F , typename G >
typedef invoke_result_t<F> folly::fibers::FiberManager::AddTaskFinallyHelper< F, G >::Result

Definition at line 360 of file FiberManagerInternal-inl.h.

Member Data Documentation

template<typename F , typename G >
constexpr bool folly::fibers::FiberManager::AddTaskFinallyHelper< F, G >::allocateInBuffer
static
Initial value:
=
sizeof(Func) + sizeof(Finally) <= Fiber::kUserBufferSize

Definition at line 412 of file FiberManagerInternal-inl.h.


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