diff options
author | Koni Marti <koni.marti@gmail.com> | 2022-07-26 15:41:14 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-07-26 22:22:53 +0200 |
commit | 866867c6160b2701a2ddd74480d2a62d15b2ffe6 (patch) | |
tree | 1640ef50df7cbdc43646eebffc4c551a2ee54b75 /widgets/status.go | |
parent | 54a0a377e03074a27d7d9e84092487c55761b510 (diff) | |
download | aerc-866867c6160b2701a2ddd74480d2a62d15b2ffe6.tar.gz |
threads: fix race warnings for client-side debouncing
Client-side thread debouncing happens in a different goroutine. Any
function or variable that is called or accessed by this goroutine should
be protected from a concurrent access.
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'widgets/status.go')
0 files changed, 0 insertions, 0 deletions