Files
nym/documentation/docs/src/sdk/rust/examples/split-send.md
T
2023-11-02 10:25:10 +01:00

263 B

Send and Receive in Different Tasks

If you need to split the different actions of your client across different tasks, you can do so like this:

{{#include ../../../../../../sdk/rust/nym-sdk/examples/parallel_sending_and_receiving.rs}}