scpi-parser icon indicating copy to clipboard operation
scpi-parser copied to clipboard

Make library thread safe

Open j123b567 opened this issue 9 years ago • 0 comments
trafficstars

Library is not thread safe. To overcome this issue

  • user must use library only in one thread and use message queue to communicate with scpi thread
  • user must lock all manipulations with scpi_context

With recursive mutex, it is possible to define some macro and extend the library to perform context locking by itself.

This issue is related to #68 and #63

j123b567 avatar Dec 05 '15 14:12 j123b567