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
My use case is to open one FgbReader and have multiple queries with the same FlatGeoBuffer ideally from multiple threads
Again this could just be a documentation issue, looking at the api it did not appear to be possible. If it is possible could it be mentioned in the documentation.
If not maybe the api could be restructured
trait FgbReader
struct HttpFgbReader
struct ReadFgbReader
both create an immutable struct FlatGeoBuffer
FlatGeoBuffer::iter() that can be called multiple times and each time returns a read only iterator that can be sent to a different thread.
The text was updated successfully, but these errors were encountered:
My use case is to open one FgbReader and have multiple queries with the same FlatGeoBuffer ideally from multiple threads
Again this could just be a documentation issue, looking at the api it did not appear to be possible. If it is possible could it be mentioned in the documentation.
If not maybe the api could be restructured
trait FgbReader
struct HttpFgbReader
struct ReadFgbReader
both create an immutable struct FlatGeoBuffer
FlatGeoBuffer::iter() that can be called multiple times and each time returns a read only iterator that can be sent to a different thread.
The text was updated successfully, but these errors were encountered: