# Functions
NewTaskConsumer returns a new consumer.
NewTaskProducer is to return a new object.
# Constants
RuntimeDone event is sent when lambda function is finished it's execution.
# Interfaces
TaskConsumer exposing methods every consmumer should implement.
TaskProducer exposes methods for producing tasks.
# Type aliases
No description provided by the author