class Duo::Streams

Defined in:

duo/streams.cr

Instance Method Summary

Instance Method Detail

def create(state = Stream::State::Idle) #

Creates an outgoing stream. For example to handle a client request or a server push.


[View source]
def find(id : Int32, consume : Bool = true) #

[View source]