Rename rust_proxy_delegate to maybe_proxy, flesh out logic in it. Add strong-ref distinction on rust_proxy.
This commit is contained in:
committed by
Graydon Hoare
parent
30b3f8a117
commit
defd8a66ea
@@ -5,9 +5,8 @@
|
||||
#ifndef RUST_TASK_H
|
||||
#define RUST_TASK_H
|
||||
struct
|
||||
rust_task : public rust_proxy_delegate<rust_task>,
|
||||
public dom_owned<rust_task>,
|
||||
public rust_cond
|
||||
rust_task : public maybe_proxy<rust_task>,
|
||||
public dom_owned<rust_task>
|
||||
{
|
||||
// Fields known to the compiler.
|
||||
stk_seg *stk;
|
||||
|
||||
Reference in New Issue
Block a user