diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2022-09-16 14:41:06 -0500 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-09-20 00:03:36 +0200 |
commit | 74735711595c3f0dc29177f767b2c91beef19617 (patch) | |
tree | 65e6301e5c3f8283914a71e4af8e9241ffe8adef /lib/format | |
parent | f4d6ade429850aa30b5f6a8aefc3ef5a00c2e584 (diff) | |
download | aerc-74735711595c3f0dc29177f767b2c91beef19617.tar.gz |
worker: prevent deadlock by flooding worker.Messages channel
Send to worker.Messages in goroutine to prevent deadlocks: the UI can
fill the worker.Actions channel. The worker can generate more than one
Message per action, and if it generates enough to fill the
worker.Messages channel from a single message while the worker.Actions
channel is full, a deadlock occurs.
Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'lib/format')
0 files changed, 0 insertions, 0 deletions