Closed dabreegster closed 1 year ago
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
RefCell<Vec<DebugStreets>>
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