eefriedman
Results
2
comments of
eefriedman
`extern "stdcall_method"` and friends seems reasonable to me.
Some additional observations: 1. Calling `flow_ref::deref_mut` doesn't lead to undefined behavior unless the Arc in question is dereferenced again while the return value of `deref_mut` is still in scope. `Arc::get_mut`...