Skip to content

Async Support #5

@Turnerj

Description

@Turnerj

Currently the entire system only exposes synchronous functions however the saving of data through to MongoDB can be performed asynchronously.

This support requires updating the DbEntityWriter to expose the various add/update/delete methods to have an asynchronous version. Possibly add another interface that it implements to do this.

Primarily concerned about asynchronous writing, not so much the reading.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions