|
proxygen
|
#include <algorithm>#include <cassert>#include <iostream>#include <vector>#include <folly/experimental/pushmi/o/empty.h>#include <folly/experimental/pushmi/o/filter.h>#include <folly/experimental/pushmi/o/just.h>#include <folly/experimental/pushmi/o/tap.h>#include <folly/experimental/pushmi/o/transform.h>Go to the source code of this file.
Functions | |
| auto | get_setting () |
| int | main () |
Variables | |
| const bool | setting_exists = false |
| auto | println = [](auto v) { std::cout << v << std::endl; } |
| template<class T , class E = std::exception_ptr> | |
| auto | concat |
| auto get_setting | ( | ) |
Definition at line 31 of file set_done_2.cpp.
References folly::pushmi::operators::just, folly::pushmi::make_single_sender, setting_exists, and submit.
Referenced by main().
| int main | ( | void | ) |
Definition at line 53 of file set_done_2.cpp.
References folly::pushmi::operators::filter, get_setting(), i, folly::pushmi::operators::just, println, submit, and folly::pushmi::operators::transform.
| auto concat |
Definition at line 45 of file set_done_2.cpp.
Definition at line 41 of file set_done_2.cpp.
Referenced by main(), and folly::symbolizer::SymbolizePrinter::println().
| const bool setting_exists = false |
Definition at line 29 of file set_done_2.cpp.
Referenced by get_setting().