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 want this library to be thread-safe. It's been designed so that there are no global variables, but I'm thinking that the output operations could cause problems. How was this addressed in json-fortran?
@jacobwilliams @zbeekman
I want this library to be thread-safe. It's been designed so that there are no global variables, but I'm thinking that the output operations could cause problems. How was this addressed in json-fortran?