class Movie::Remote::PendingAskRegistry

Defined in:

movie/remote/pending_asks.cr

Instance Method Summary

Instance Method Detail

def fail_all : Nil #

[View source]
def register(correlation_id : String) : Channel(WireEnvelope) #

[View source]
def remove(correlation_id : String) : Channel(WireEnvelope) | Nil #

[View source]
def size : Int32 #

[View source]