|
proxygen
|
#include <Parallel-inl.h>
Classes | |
| class | Generator |
Public Member Functions | |
| Parallel (Ops ops, size_t threads) | |
| template<class Value , class Source > | |
| Generator< Value, Source > | compose (const GenImpl< Value, Source > &source) const |
| template<class Value , class Source > | |
| Generator< Value, Source > | compose (GenImpl< Value, Source > &&source) const |
Public Member Functions inherited from folly::gen::Operator< Parallel< Ops > > | |
| ResultGen | compose (const GenImpl< Value, Source > &source) const |
Public Member Functions inherited from folly::gen::FBounded< Self > | |
| const Self & | self () const |
| Self & | self () |
Private Attributes | |
| Ops | ops_ |
| size_t | threads_ |
Additional Inherited Members | |
Protected Member Functions inherited from folly::gen::Operator< Parallel< Ops > > | |
| Operator ()=default | |
| Operator (Operator &&) noexcept=default | |
| Operator (const Operator &)=default | |
| Operator & | operator= (Operator &&) noexcept=default |
| Operator & | operator= (const Operator &)=default |
Definition at line 151 of file Parallel-inl.h.
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 152 of file Parallel-inl.h.
|
private |
Definition at line 153 of file Parallel-inl.h.