recursion is used by the scheduler to signal to each action whether tail recursion is allowed.  
 More...
#include <rx-scheduler.hpp>
recursion is used by the scheduler to signal to each action whether tail recursion is allowed. 
  
  | 
        
          | rxcpp::schedulers::recursion::recursion | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | rxcpp::schedulers::recursion::recursion | ( | bool | b | ) |  |  | inlineexplicit | 
 
 
  
  | 
        
          | const recurse& rxcpp::schedulers::recursion::get_recurse | ( |  | ) | const |  | inline | 
 
get the recurse to pass into each action being called 
 
 
  
  | 
        
          | void rxcpp::schedulers::recursion::reset | ( | bool | b = true | ) | const |  | inline | 
 
set whether tail-recursion is allowed 
 
 
The documentation for this class was generated from the following file: