Skip to content

0.5.0

Latest
Compare
Choose a tag to compare
@shayanhabibi shayanhabibi released this 22 Dec 06:35
· 3 commits to master since this release

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.