aloof-angle-91616
01/27/2019, 7:58 PMArc
, you have to call a method on it, for some reason
(2) to get something into a future, you have to do a .clone()
then a move |...| { ... }
and it's easy! (shudders thinking of java)average-vr-56795
01/27/2019, 10:52 PMaloof-angle-91616
01/27/2019, 10:53 PMlet (a, b) = x.clone()
causes a type error if x
is an Arc<(A, B)>
enough-analyst-54434
01/28/2019, 7:46 AMaloof-angle-91616
01/28/2019, 8:21 AM