Home
last modified time | relevance | path

Searched refs:grpc_rb_channel_destroy (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/ruby/ext/grpc/
Drb_channel.c470 static VALUE grpc_rb_channel_destroy(VALUE self) { in grpc_rb_channel_destroy() function
808 rb_define_method(grpc_rb_cChannel, "destroy", grpc_rb_channel_destroy, 0); in Init_grpc_channel()