class BoolChannel
- BoolChannel
- Reference
- Object
Overview
A class which has two channels, one for which a state is true and the other for when the state if false
Defined in:
lavinmq/bool_channel.crConstructors
Instance Method Summary
- #close
- #set(value : Bool)
- #value
- #when_false : BoolChannel::StateChannel
- #when_true : BoolChannel::StateChannel