Skip to content

1.0.1

Choose a tag to compare

@trowski trowski released this 29 Nov 22:02
· 162 commits to 2.x since this release
a1d8f24

Removed usage of anonymous class in ThreadedMutex and ThreadedSemaphore, instead both now use an internal pre-defined class. Anonymous classes cannot be transferred to a thread, so previously they could not actually be used in a thread as intended… oops…