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 was trying to use threading with this JSON module and I couldn't compile because there's a raw pointer here. It also only implements Sync, but not Send. I assume the library is thread safe and is only missing a Send?