yggdrasil v2.0.0 Yggdrasil.Backend

YProcess backend implementation for Yggdrasil. It is a general wrapper over other YProcesss backends.

Summary

Functions

Creates a channel using the backend from the configuration

Deletes a channel using the backend from the configuration

Emits a message in a channel using the backend from the configuration

Makes the process pid join a channel using the the backend from the configuration

Makes the process pid leave a channel using the backend from the configuration

Functions

create(channel)

Creates a channel using the backend from the configuration.

delete(channel)

Deletes a channel using the backend from the configuration.

emit(channel, message)

Emits a message in a channel using the backend from the configuration.

join(channel, pid)

Makes the process pid join a channel using the the backend from the configuration.

leave(channel, pid)

Makes the process pid leave a channel using the backend from the configuration.