This commit is contained in:
georgehao 2025-02-04 17:45:42 +08:00
parent 9fe0f42c03
commit d875add9c7
No known key found for this signature in database

View file

@ -15,6 +15,7 @@
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// Package syncx contains exotic synchronization primitives.
package syncx
// ClosableMutex is a mutex that can also be closed.