Difference between revisions of "ΜSync"
Jump to navigation
Jump to search
(Updated to 0.1x) |
|||
Line 1: | Line 1: | ||
+ | {{Lowercase title}} | ||
{{Infobox development tools | {{Infobox development tools | ||
| title = µSync | | title = µSync |
Revision as of 12:06, 2 November 2009
µSync | |
General | |
---|---|
Author(s) | SquidMan |
Type | Library |
Version | 0.1x |
Links | |
Download | |
Website | |
Source |
µSync is a small, lightweight mutex/synchronization library written in C. It is meant to be as small and fast as possible. It is used in LibELM for reentrancy support, but was released as a separate library, as it may have other uses.
ChangeLog
0.1x
- Fixed a fatal flaw in uSyncRelease that set the data to NULL if we are holding the data.