Search Results

by relavak
Wed Sep 12, 2018 5:35 pm
Forum: C/C++
Topic: Fundamental API question - threads or polls
Replies: 1
Views: 14032

Fundamental API question - threads or polls

It is unclear from the documentation how the phidget22 library handles synchronization between a main loop and the phidget operations. Does the library use a separate thread or multiple threads? If so, how do I synchronize my main loop with the library to avoid race conditions (i.e. what are the des...