Skip to content
This repository was archived by the owner on Apr 11, 2021. It is now read-only.
This repository was archived by the owner on Apr 11, 2021. It is now read-only.

Define the same API as queue #1

@matrixise

Description

@matrixise

Currently, the API of erqueue has the get and put methods, but to be compatible with queue, we need to change and define a new API.

Current API

erqueue:put/2
erqueue:get/1

We need this new API

erqueue:in/2,
erqueue:in_r/2
erqueue:out/1
erqueue:out_r/2

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions