agala v2.0.0 Agala.Conn.Multi
This module represents a set of macros, that can be used to performed multiple
operation inside one Agala.Conn
instance.
The problem
Sometimes you need to perform several actions inside one batch
.
For example send multiple messages, or delete previous message and send new one.
You can do this inside handler inside handling one Agala.Conn
.