Classes
-
namespace RcppThread
RcppThread
functionality- class ProgressBar A progress bar showing progress in percent.
- class ProgressCounter A counter showing progress in percent.
- class ProgressPrinter Abstract class for printing progress.
- class RErrPrinter Safely printing to the R console from threaded code.
- class RMonitor Singleton class for tracking threads and safe communication.
- class RPrinter Safely printing to the R console from threaded code.
- class Thread R-friendly version of
std::thread
. - class ThreadPool Implemenation of the thread pool pattern based on
Thread
. - class UserInterruptException exception class for user interruptions.