Converted the rest of the task-comm-* tests over. Also fixed some
channel lifecycle bugs.
This commit is contained in:
@@ -901,7 +901,7 @@ new_chan(rust_task *task, rust_port *port) {
|
||||
extern "C" CDECL
|
||||
void del_chan(rust_task *task, rust_chan *chan) {
|
||||
LOG(task, comm, "del_chan(0x%" PRIxPTR ")", (uintptr_t) chan);
|
||||
chan->destroy();
|
||||
I(task->sched, false);
|
||||
}
|
||||
|
||||
extern "C" CDECL
|
||||
|
||||
Reference in New Issue
Block a user