Help for this page

Select Code to Download


  1. or download this
    use Grpc::XS::Call;
    use Grpc::XS::Channel;
    ...
    
    my $call = Grpc::XS::Call->new( $channel, $timeval );
    ...