two threads, for some examples
| 39 | public: |
| 40 | // two threads, for some examples |
| 41 | examples_test() |
| 42 | : enable_yield_to(2) |
| 43 | { |
| 44 | } |
| 45 | |
| 46 | template<bool isRequest, class Body, class Fields> |
| 47 | static |
nothing calls this directly
no outgoing calls
no test coverage detected