threads - Infrastructure for using threads in R packages
RForge.net

threads

About threads
SVN access
Download/Files
Check results

SVN repository access

The SVN repository for this project can be checked out using
svn co svn://svn.rforge.net/threads/trunk threads

To install the latest development snapshot of this package, use

install.packages("threads",,"http://rforge.net/",type="source")

To list branches use

svn ls svn://svn.rforge.net/threads/branches
and for tags use
svn ls svn://svn.rforge.net/threads/tags

Most recent SVN commits


r3 | urbanek | 2011-01-07 18:10:23 +0000 (Fri, 07 Jan 2011) | 1 line
   A trunk/NAMESPACE
   A trunk/R
   A trunk/R/threads.R
   M trunk/src/threads.c
add most basic functions

r2 | urbanek | 2011-01-07 05:27:28 +0000 (Fri, 07 Jan 2011) | 1 line
   A trunk/DESCRIPTION
   A trunk/src
   A trunk/src/cntxt.h
   A trunk/src/mutex.c
   A trunk/src/mutex.h
   A trunk/src/threads.c
   A trunk/src/threads.h
add most basic implementation using pthreads

r1 | rforge | 2011-01-06 14:52:40 +0000 (Thu, 06 Jan 2011) | 1 line
   A branches
   A files
   A tags
   A trunk
   A web
Create initial repository structure