Problem is that each handler needs to decide wheth...
# coroutines
d
Problem is that each handler needs to decide whether it should be the ine handling the message, if not it should be sent to the next handler, until one actually handles it by sending a value to a common result channel for all the handlers, thats why i pass the "to" send channel in...