The library is not thread-safe.
I think it would’ve been nice to at least have re-entrant _r versions of the functions, with manually specified execution context, so users could use it if they need to.
_r
Writing new code without such affordances is kinda gross. :(
The library is not thread-safe.
I think it would’ve been nice to at least have re-entrant
_rversions of the functions, with manually specified execution context, so users could use it if they need to.Writing new code without such affordances is kinda gross. :(