replace Sender with ExtSender from transformable_channels. Now we can tag each outgoing envelope with the name of its sender

This commit is contained in:
Adrian Malacoda
2017-02-25 21:11:25 -06:00
parent 544974117f
commit 1fbba2554d
9 changed files with 42 additions and 21 deletions

View File

@@ -11,5 +11,6 @@ crossbeam = "0.2"
rand = "0.3"
log = "0.3.6"
env_logger = "0.4.0"
transformable_channels = "0.1.1"
pvn = { git = "http://gitlab.monarch-pass.net/malacoda/pvn.git" }
echobox = { git = "http://gitlab.monarch-pass.net/malacoda/echobox.git" }