UNPKG

@yingyeothon/actor-system

Version:
4 lines (3 loc) 101 B
export default interface QueueProducer { push: <T>(actorId: string, item: T) => Promise<void>; }