Flowdock
method

syswrite_nonblock

Importance_0
syswrite_nonblock(p1) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
static VALUE
ossl_ssl_write_nonblock(VALUE self, VALUE str)
{
    return ossl_ssl_write_internal(self, str, 1);
}
Register or log in to add new notes.