dedis / debugtools

Package that helps debugging mutexes and workgroups in a distributed system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 96.6%Language:Makefile 3.4%