process: use the unbuffered channel as the done signal#5401
process: use the unbuffered channel as the done signal#5401mxpv merged 1 commit intocontainerd:masterfrom
Conversation
Signed-off-by: Iceber Gu <[email protected]>
|
Hi @Iceber. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
@Iceber can you please add details? all i see is a 1 line path with no description or context |
|
Build succeeded.
|
|
@dims updated description |
|
thanks @Iceber |
|
/ok-to-test |
stevvooe
left a comment
There was a problem hiding this comment.
Looks like there is never a send on this channel, so this patch is safe.
The
doneis used as a signal channel to do notifications by closing, no data will be written, sodonedoes not need to be a buffer channel.