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

Buffer for send #97

Description

@jcornaz
fun <E> SendChannel<E>.buffer(capacity: Int = Channel.UNLIMITED): SendChannel<E>
fun <E> buffer(capacity: Int = Channel.UNLIMITED, action: suspend (E) -> Unit): SendChannel<E>

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureAdd a new feature

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions