I am writing an application using libmaxminddb and was wondering which if any functions and objects can be shared between threads.
For example can I share a MMDB_s handle between threads and do simultaneous string lookups?
Also it might be useful for this information to go into the docs