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

Buffer for send #97

Open
jcornaz opened this issue Oct 7, 2018 · 0 comments
Open

Buffer for send #97

jcornaz opened this issue Oct 7, 2018 · 0 comments
Labels
feature Add a new feature

Comments

@jcornaz
Copy link
Owner

jcornaz commented Oct 7, 2018

fun <E> SendChannel<E>.buffer(capacity: Int = Channel.UNLIMITED): SendChannel<E>
fun <E> buffer(capacity: Int = Channel.UNLIMITED, action: suspend (E) -> Unit): SendChannel<E>
@jcornaz jcornaz added the feature Add a new feature label Oct 7, 2018
@jcornaz jcornaz added this to the 0.3.0 milestone Oct 7, 2018
@jcornaz jcornaz removed this from the 0.3.0 milestone Nov 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature Add a new feature
Projects
None yet
Development

No branches or pull requests

1 participant