https://github.com/dedis/debugtools
Package that helps debugging mutexes and workgroups in a distributed system
https://github.com/dedis/debugtools
Last synced: 16 days ago
JSON representation
Package that helps debugging mutexes and workgroups in a distributed system
- Host: GitHub
- URL: https://github.com/dedis/debugtools
- Owner: dedis
- License: bsd-3-clause
- Created: 2022-09-13T08:06:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T09:27:27.000Z (about 2 years ago)
- Last Synced: 2025-12-01T00:48:53.615Z (6 months ago)
- Language: Go
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/dedis/debugsync/actions?query=workflow%3A%22Go+lint%22)
[](https://github.com/dedis/debugsync/actions?query=workflow%3A%22Go+test%22)
[](https://coveralls.io/github/dedis/debugsync?branch=main)
[](https://goreportcard.com/report/github.com/dedis/debugsync)
# debugtools
This repository aims to bring useful tools to help debugging applications
written in GO.
## sync
Package that helps debugging mutexes and workgroups in a distributed system. Any
system deadlock will fire off after a defined timeout.
This is a drop-in replacement for the sync standard library.
## channel
Package that helps debugging locked channels. The created channel will generate
a log if we need to wait more than the timeout before writing or reading a value
to/from the channel.