[][src]Function tarantool_module::tuple::session_push

pub fn session_push<T>(value: &T) -> Result<(), Error> where
    T: AsTuple

Push MessagePack data into a session data channel - socket, console or whatever is behind the session. Note, that successful push does not guarantee delivery in case it was sent into the network. Just like with write()/send() system calls.