Skip to content

Thread safety for VDO/AxEvents #149

Closed Answered by shadysp
keesschollaart81 asked this question in ACAP
Discussion options

You must be logged in to vote

The SDK APIs/Libraries has an internal reference counter . If the pattern: create library, create library, ..., call function, call function, ..., destroy library, destroy library, …, is followed the library will be thread safe. The recommended way is to call the create and destroy functions once in the main thread of the application.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vivekatoffice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ACAP
Labels
None yet
2 participants