trpc 0.1.1

Light-weight Thread RPC library for D


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

trpc Light-weight Thread-Level RPC library for D

introduction

trpc is a Light-weight RPC library for calling method bettwen threads, RPC call transport is based on Dlang's thread message-passing, RPC call is just calling interfaces.

trpc takes some code directly from vibe.d (for getting interface meta-infos.), and was inspired by https://code.dlang.org/packages/rpc, and aims to implement simple rpc with minimal dependency.

Usage

trpc support thread-message-passing, and also support TCP transport for RPC-call. see examples for basic usage.

Authors:
  • dangbinghoo
Dependencies:
asdf
Versions:
0.1.3 2021-Aug-25
0.1.2 2021-Aug-20
0.1.1 2021-Aug-20
0.1.0 2021-Aug-20
~master 2021-Aug-25
Show all 5 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 35 downloads total

Score:
0.5
Short URL:
trpc.dub.pm