method closed
Documentation for method closed
assembled from the following types:
class Channel
From Channel
(Channel) method closed
Defined as:
method closed(Channel: --> Promise)
Returns a promise that will be kept once the channel is closed by a call to method close
.
my = Channel.new;.closed.then();.close;sleep 1;