:mushroom: enhancementgood first issue
説明
Spinning out of https://github.com/typelevel/cats-effect/pull/3480#discussion_r1125597170.
The API would look something like:
abstract class Lock[F[_]] {
def shared: Resource[F, Unit]
def exclusive: Resource[F, Unit]
}