blob: 78627b6777df4f2cf708e5b8d612a8b875b592fb [file] [log] [blame]
// Copyright 2016 AlexStocks(https://github.com/AlexStocks).
// All rights reserved. Use of this source code is
// governed Apache License 2.0.
// Package gxsync provides some synchronization primitives such as
// trylock & semaphore.
package gxsync
// the drwmutex only support linux on amd64 platform.