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
@@ -53,7 +53,7 @@ align_down(uintptr_t sp)
|
||||
|
||||
|
||||
rust_task::rust_task(rust_dom *dom, rust_task *spawner) :
|
||||
rust_proxy_delegate<rust_task>(this),
|
||||
maybe_proxy<rust_task>(this),
|
||||
stk(new_stk(dom, 0)),
|
||||
runtime_sp(0),
|
||||
rust_sp(stk->limit),
|
||||
|
||||
Reference in New Issue
Block a user