You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: R/Rcpp interface to the CAF C++ concurrency framework
Version: 1.0
Date: 2015-07-29
Author: Grant Brown
Maintainer: Grant Brown <grant-brown@uiowa.edu>
OS_type: unix
Description: The CAF library (available at http://actor-framework.org/) is an intuitive framework providing concurency to C++ code using an actor model rather than low level threading concepts. This provides a lightweight way to parallelize computationally intensive C++ code.