Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
simple_rpc
v1.9.1
SimpleRpc
CannotConnectError
Client
Mode
CommandTimeoutError
ConnectionError
ConnectionLostError
Context
IOMsgpack
RawMsgpack
RawSocketResponse
Errors
PoolTimeoutError
Proto
ProtocallError
Result
RuntimeError
Server
ServerProxy
TypeCastError
Built with Crystal 1.9.2
2023-10-08 10:30:55 UTC
struct
SimpleRpc::Context::IOMsgpack
SimpleRpc::Context::IOMsgpack
Struct
Value
Object
Defined in:
simple_rpc/context.cr
Constructors
.new
(io : IO)
Instance Method Summary
#clone
#copy_with
(io _io = @io)
#io
: IO
Constructor Detail
def self.
new
(io : IO)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(io _io = @io)
#
[
View source
]
def
io
: IO
#