Skip to content

Package that helps debugging mutexes and workgroups in a distributed system

License

Notifications You must be signed in to change notification settings

dedis/debugtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go lint Go test Coverage Status Go Report Card

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.

About

Package that helps debugging mutexes and workgroups in a distributed system

Resources

License

Stars

Watchers

Forks

Packages

No packages published