bytecodealliance / wrpc

Wasm component-native RPC framework
Other
118 stars 19 forks source link

feat(rs): generate invocation streams #181

Closed rvolosatovs closed 2 months ago

rvolosatovs commented 2 months ago

Generate a vector of streams of invocation handling futures rather than a serving loop to allow for callers to manage tasks, for example, to limit the amount of concurrent invocations