# 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: ```rust, noplayground {{#include ../../../../../../sdk/rust/nym-sdk/examples/parallel_sending_and_receiving.rs}} ```