Utility functions and types used by Dragonboat and its related projects
Stars
32
Forks
11
Watchers
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
25
commits
1
feat: simplify code and add ipv6 support (#7)
4ae0238
Fix IsValidAddress() to support leading digit (#4)
3aba1da
netutil: implement the Addr() method
384b590
Renamed a few methods
388d67b
Updated dependencies
ddb2075
Clarify network address validation (#1)
0dae069
syncutil.NewLock no longer returns a pointer
7f56813
removed vfs
2f34684
added the Wait() method back
0c2deb3
stopper: fixed the data race issue in Stopper
c04d220
not to allow the same resolved IP to be listened on for more than once
3885c6f
work around for golang issue #10527
15983f9
Upgraded vfs to the latest in github.com/cockroachdb/pebble
5c8071a
Revert "Fixed the misuse of sync.WaitGroup"
e5bb366
Fixed the misuse of sync.WaitGroup
df2e2eb