class GRPC::Transport::StreamTerminalState

Overview

StreamTerminalState centralizes one-way terminal stream transitions.

Defined in:

grpc/transport/stream_state.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def cancelled? : Bool #

[View source]
def finished? : Bool #

[View source]
def mark_cancelled : Bool #

[View source]
def mark_finished : Bool #

[View source]