You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use StreetNetwork in another project in threads, but because of RefCell<Vec<DebugStreets>>, it doesn't work. The thing for accumulating debug info with a RefCell was quite a hack to begin with, so I'll try and fix this
The text was updated successfully, but these errors were encountered:
I'm trying to use StreetNetwork in another project in threads, but because of
RefCell<Vec<DebugStreets>>
, it doesn't work. The thing for accumulating debug info with a RefCell was quite a hack to begin with, so I'll try and fix thisThe text was updated successfully, but these errors were encountered: