Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Support sending ordered list of messages #22

@cdevienne

Description

@cdevienne

In some case we have to send several messages in the socket at once, but in a specific order, which cannot be guaranteed by using several Cmd.

I can see 2 possible APIs for that:

  • add a specific function:

    sendMany : List (String) -> Cmd msg
  • add a task-based API:

    sendTask : String -> Task Error ()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions