Extend example/tests/async.rs
to offload message creation/processing to separate tasks
#22
Labels
Milestone
This will demonstrate the target usage pattern for a heavy protocol.
Also I have a suspicion that we won't actually be able to
finalize()
because it consumes theSession
object, and references to it are being sent to tasks, so we will have to wait for all of them to finish, which we won't want to do if there's a threshold needed to finalize (see also #11). So we will need to think of some different API to support this case.The text was updated successfully, but these errors were encountered: