Skip to content

More locking algorithms #12

@achille-roussel

Description

@achille-roussel

Right now we have Lock and TryLockOne, it would be great to add more locking algorithms to fit more use cases. For example:

  • LockOne: equivalent to TryLockOne but blocks until it could acquire a lock
  • TryLock: just like Lock but non-blocking
  • ???

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions