Search Results

by somecoder
Tue Jun 23, 2020 12:05 pm
Forum: General
Topic: Threading with Phidget 2.2 API
Replies: 2
Views: 4914

Threading with Phidget 2.2 API

Question: Are The Phidget 2.2 API handles threadsafe? Can phidget calls (other than create/open/close/delete) be made on the same handle from multiple threads at the same time? or does the application itself need to mutex calls for the same handle or does the application need to mutex ALL calls into...