Removing proxies and message queues.

This commit is contained in:
Eric Holk
2011-07-29 11:00:44 -07:00
committed by Graydon Hoare
parent bc4e9afe25
commit d1dbb99984
17 changed files with 64 additions and 690 deletions

View File

@@ -80,8 +80,6 @@ public:
// List of tasks waiting for this task to finish.
array_list<rust_task *> tasks_waiting_to_join;
rust_handle<rust_task> *handle;
context ctx;
// This flag indicates that a worker is either currently running the task
@@ -157,8 +155,6 @@ public:
// Notify tasks waiting for us that we are about to die.
void notify_tasks_waiting_to_join();
rust_handle<rust_task> * get_handle();
frame_glue_fns *get_frame_glue_fns(uintptr_t fp);
rust_crate_cache * get_crate_cache();