ChannelBase
Object Hierarchy:
Description:
[
Version ( since =
"0.3.0-alpha" ) ]
public interface ChannelBase :
Object
A base interface for senders and receivers.
All known sub-interfaces:
Content:
Properties:
- public abstract Optional<int64?> capacity { owned get; }
The capacity of the channel.
- public virtual bool is_empty { get; }
Whether or not the channel is empty.
- public virtual bool is_full { get; }
Whether or not the channel is full.
- public abstract int64 length { get; }
The current number of data in the channel.
Methods:
- public abstract void close ()
Closes the channel.
Inherited Members:
All known members inherited from class GLib.Object