feat: basic RwMutex implementation

This commit is contained in:
2025-09-26 08:35:21 +07:00
parent 147e25b116
commit 1ce17bff21
3 changed files with 106 additions and 0 deletions

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module git.neurocipta.com/rogerferdinan/custom-rwmutex
go 1.24.5