Channel


Object Hierarchy:

Object hierarchy for Channel

Description:

public class Channel<T> : Object

Generic typed message-passing channel inspired by Go channels.

Channel supports both unbuffered (synchronous) and buffered modes. In unbuffered mode, send blocks until a receiver consumes the value. In buffered mode, send blocks only when the internal buffer is full.


Namespace: Vala.Concurrent
Package: Valacore

Content:

Static methods:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class GLib.Object