danomatika / ofxPd

(maintained) a Pure Data addon for OpenFrameworks using libpd
Other
202 stars 45 forks source link

thread safety #8

Closed danomatika closed 13 years ago

danomatika commented 13 years ago

Should there be built in thread safety? It could be implemented using a Poco::Mutex. Currently there is a pthread_mutex used for Linux only.

danomatika commented 13 years ago

ofxPd is now thread safe using a Poco::Mutex.