Skip to content

Releases: shayanhabibi/wrflock

0.5.0

22 Dec 06:35
Compare
Choose a tag to compare

Api changes

  • Can now differentiate the access type in operations by passing a static enum like so:
lock.wAcquire()
# is the same as
lock.acquire(Write)
  • Removed TimeWait operations - now just use Wait operations.
  • Convenience templates must use the static enum syntax as above.

0.3.0

21 Dec 07:39
Compare
Choose a tag to compare

0.3.0

0.2.2

21 Dec 02:56
Compare
Choose a tag to compare

Works on windows, linux and darwin based operating systems (macos)

0.2.0

20 Dec 15:32
Compare
Choose a tag to compare

Futex adjusted to allow WaitTime to work correctly when blocking (previously worked correctly only for yield)

0.1.1

20 Dec 13:26
Compare
Choose a tag to compare

Removed dependency on wtbanland

0.1.0

20 Dec 13:23
Compare
Choose a tag to compare

Working sync primitive.