osm-without-borders / cosmogony

easy to use & easy to update geographic regions
http://cosmogony.world
Apache License 2.0
103 stars 15 forks source link

Ensure that the iterator returned by `read_zones_from_file` is Send + Sync #123

Closed amatissart closed 2 years ago

amatissart commented 2 years ago

This will be useful for the ongoing integration of ES7 in "mimisrbrunn", that attempts to build a thread-safe futures::stream::Stream.

remi-dupre commented 2 years ago

For the funny story, I've just spent a few minutes to understand that I also needed this exact thing for what I am currently doing.