Memory

Memory

Type: PubSub

Sends and receives messages using the memory.

Usage

import { memory } from '@adaloop/tellthem/drivers/memory'
...
buses: {
memory: {
driver: memory()
}
}
...

On this page