strophe / libstrophe

A simple, lightweight C library for writing XMPP clients
http://strophe.im/libstrophe
Other
401 stars 163 forks source link

Remove unused mutex wrappers #105

Closed link2xt closed 7 years ago

link2xt commented 7 years ago

Mutexes and threads are not used within the library. These files are not available via public API and are not used internally.

Library has only to be thread-safe, so applications which use library can manage threads using whatever thread implementation they want.

pasis commented 7 years ago

Merged, thanks.