grimoire.runtime.channel

Members

Aliases

GrFloatChannel
alias GrFloatChannel = GrChannel!GrFloat
Undocumented in source.
GrIntChannel
alias GrIntChannel = GrChannel!GrInt
Undocumented in source.
GrObjectChannel
alias GrObjectChannel = GrChannel!GrPtr
Undocumented in source.
GrStringChannel
alias GrStringChannel = GrChannel!GrString
Undocumented in source.

Classes

GrChannel
class GrChannel(T)

A pipe that allow synchronised communication between coroutines.

Meta

License

Zlib

Authors

Enalye