Skip to content

0.2.0

Choose a tag to compare

@abnegate abnegate released this 24 Apr 10:48
· 11 commits to main since this release
49317c9

What's New

  • Breaking: lock classes moved from Utopia\Lock\Lock\* to Utopia\Lock\*.
    Users on 0.1.0 must update imports:

    • Utopia\Lock\Lock\MutexUtopia\Lock\Mutex
    • Utopia\Lock\Lock\SemaphoreUtopia\Lock\Semaphore
    • Utopia\Lock\Lock\FileUtopia\Lock\File
    • Utopia\Lock\Lock\DistributedUtopia\Lock\Distributed

    The Utopia\Lock\Lock interface and Utopia\Lock\Exception hierarchy are unchanged.