podman/pkg/channel
Giuseppe Scrivano 4fe9dc2fbc
channel: simplify implementation
do not use recover() to prevent writing to a closed channel.  There is
already a lock, use it as well for Close and let Write check if the
channel is still active.

[NO TESTS NEEDED] it is a refactoring

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2021-05-06 11:51:15 +02:00
..
doc.go Refactor API build endpoint to be more compliant 2020-09-14 13:46:59 -07:00
writer.go channel: simplify implementation 2021-05-06 11:51:15 +02:00