-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Description
all the libraries built from this project have no thread-safety guarantees and are unsafe to use from multiple threads concurrently (exeption for piolib)
Depending on intended usage, options include:
-
add mutex serialization to each library (following piolib's pattern)
-
Replacing static return buffers with caller-provided buffers or thread-local storage
-
or document the libraries as single-threaded only
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels