Skip to main content

is_thread

Function is_thread 

Source
fn is_thread(kind: ChannelType) -> bool
Expand description

Returns true for thread channel types.

Threads do not carry their own permission overwrites; their visibility follows the parent channel. This is used to decide whether visibility must be resolved against the parent (see permission_channel).