about summary refs log tree commit diff
path: root/src/lib/task.rs
AgeCommit message (Expand)AuthorLines
2011-08-16Port the stdlib to the decl foo<T> syntax.Erick Tryzelaar-1/+1
2011-08-16Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...Eric Holk-11/+0
2011-08-15Properly ref counting to fix valgrind issues on linux.Eric Holk-0/+6
2011-08-15Removed spawn and task from the parser. Updated all the tests except for the ...Eric Holk-0/+3
2011-08-15Fixed memory accounting and task stack creation bugs.Eric Holk-0/+3
2011-08-15Working on more spawn test cases.Eric Holk-4/+10
2011-08-15Added a library version of spawn. Before long, we can remove the old version.Eric Holk-0/+79
2011-08-15Port ID-based channels.Eric Holk-0/+8
2011-07-28Updating to work on Windows.Eric Holk-1/+1
2011-07-28Adding a function to stdlib to set the min stack size, for programsEric Holk-0/+6
2011-07-27Remove task::workerBrian Anderson-82/+0
2011-07-27Reformat for new syntaxMarijn Haverbeke-80/+60
2011-07-26Run test process from a dedicated taskBrian Anderson-0/+12
2011-07-24Add task::send and task::recvBrian Anderson-0/+8
2011-07-24Add task::worker. Spawns a task and returns a channel to itBrian Anderson-0/+70
2011-07-22More work on word-count.Eric Holk-0/+8
2011-07-15Remove task_unsupervise from rt builtin functionsBrian Anderson-2/+2
2011-07-15Modify task::join to indicate how the task terminatedBrian Anderson-3/+11
2011-07-14Add an unsupervise builtin and function to std::taskBrian Anderson-0/+5
2011-06-29Adding support for pinning tasks to the currently running thread. Closes #598.Eric Holk-0/+10
2011-06-15Re-enabled join.Eric Holk-2/+2
2011-06-15Fix a bunch of compile-command lines to use RBUILDGraydon Hoare-1/+1
2011-06-13This is the mega-ucontext commit. It replaces the task switching mechanism wi...Eric Holk-0/+31