-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
The readme states that "the contexts and devices in the underlying libiio are not thread safe."
They actually are, though. You can't obviously access some resources at the same time (e.g. trying to refill a buffer in two different threads at the same time), but you can read/write attributes in one thread and manipulate the buffer in another thread, it works just fine.
Metadata
Metadata
Assignees
Labels
No labels