gizak / termui

Golang terminal dashboard
MIT License
13.14k stars 787 forks source link

Fixes Data Race #108

Closed scoursen closed 7 years ago

scoursen commented 7 years ago

Fixes #70

This may be a bit of a brute force fix since it just adds mutexes and works within the existing flow, instead of refactoring to use channels.

scoursen commented 7 years ago

was missing some locks