about summary refs log tree commit diff
path: root/src/test/stdtest/task.rs
AgeCommit message (Expand)AuthorLines
2011-08-26Adding a test case to make sure spawning polymorphic functions works.Eric Holk-0/+12
2011-08-25Cleaning up task and comm exports, updating all the test cases.Eric Holk-25/+9
2011-08-20ReformatBrian Anderson-4/+4
2011-08-17Convenience methods for spawning and joining tasks.Eric Holk-0/+8
2011-08-17Using move-mode for spawn thunks to avoid race conditions.Eric Holk-4/+8
2011-08-16Updating to new type parameter syntax.Eric Holk-2/+2
2011-08-16New channel-based task status notifications.Eric Holk-0/+32
2011-08-16Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...Eric Holk-8/+0
2011-08-15Removed spawn and task from the parser. Updated all the tests except for the ...Eric Holk-5/+5
2011-08-15Fixed memory accounting and task stack creation bugs.Eric Holk-1/+1
2011-08-15Working on more spawn test cases.Eric Holk-0/+6
2011-08-15Added a library version of spawn. Before long, we can remove the old version.Eric Holk-0/+5
2011-08-11Un-ignore stdtest::task::test_sleepBrian Anderson-1/+0
2011-07-27Remove task::workerBrian Anderson-23/+0
2011-07-27Reformat for new syntaxMarijn Haverbeke-37/+31
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/+23
2011-07-24Reindent lib-task.rsBrian Anderson-15/+15
2011-07-24The Big Test Suite OverhaulBrian Anderson-0/+34