Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bufferTimeout function in Chunk.kt uses obsolete co-routine api #9

Open
flyaruu opened this issue Nov 23, 2020 · 2 comments
Open

bufferTimeout function in Chunk.kt uses obsolete co-routine api #9

flyaruu opened this issue Nov 23, 2020 · 2 comments

Comments

@flyaruu
Copy link
Contributor

flyaruu commented Nov 23, 2020

@OptIn(ObsoleteCoroutinesApi::class)
fun Flow.bufferTimeout(size: Int, duration: Long): Flow<List> {
}

should be rewritten to use the newer api. Shouldn't be hard.

@flyaruu
Copy link
Contributor Author

flyaruu commented Mar 13, 2021

Still not live in Kotlin. Recheck here: Kotlin/kotlinx.coroutines#540

@flyaruu
Copy link
Contributor Author

flyaruu commented Apr 26, 2021

Also watch: Kotlin/kotlinx.coroutines#1302

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant