Skip to content

TryLock in stdlib #3

@AlekSi

Description

@AlekSi

TryLock was added in stdlib: golang/go@645d078

I think this library should use a type alias for sync.Mutex in Go 1.18:

//go:build go1.18
// +build go1.18

type Mutex = sync.Mutex

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions