An open API service for providing issue and pull request metadata for open source projects.

GitHub / Kotlin/kotlinx.coroutines issues and pull requests

Labelled with: flow

#4403 - ChannelFlow with unfused flowOn does not update/restore ThreadContextElement after collect

Issue - State: open - Opened by Zincfox 8 months ago - 1 comment
Labels: bug, flow

#4271 - Flow onBackpressureReduce operator?

Issue - State: closed - Opened by shirozatou about 1 year ago - 5 comments
Labels: enhancement, flow

#4194 - SharedFlow doesn't have same parameters as in constructor function

Issue - State: closed - Opened by Mr3zee over 1 year ago - 6 comments
Labels: design, flow, flow-sharing

#4178 - StateFlow, different values, compareAndSet return false

Issue - State: closed - Opened by xyz-fly over 1 year ago - 1 comment
Labels: bug, flow, flow-sharing

#4142 - Flow collection silently hangs when dispatcher throws an exception

Issue - State: open - Opened by qwwdfsad over 1 year ago
Labels: bug, flow

#4113 - How to use Flows in an imperative mode?

Issue - State: closed - Opened by mahozad over 1 year ago - 3 comments
Labels: enhancement, question, flow

#4071 - Callbackflow close exception misbehavior with timeout

Issue - State: closed - Opened by dddj698 over 1 year ago
Labels: bug, flow

#3938 - @FlowPreview on `DEFAULT_CONCURRENCY`

Issue - State: open - Opened by hoc081098 about 2 years ago - 1 comment
Labels: enhancement, flow

#3833 - Flow Replicate Operator

Issue - State: open - Opened by yoxjames over 2 years ago
Labels: enhancement, flow

#3806 - Feature Request: Introduce scanNotNull Function to Flow Extension

Issue - State: closed - Opened by UdaraWanasinghe over 2 years ago - 2 comments
Labels: enhancement, flow

#3732 - Flow.scan can accept a suspending function for providing its initial value

Issue - State: closed - Opened by NinoDLC over 2 years ago - 6 comments
Labels: enhancement, flow

#3702 - Store object in coroutine context and use flow will throw exception

Issue - State: closed - Opened by Distractic over 2 years ago - 2 comments
Labels: question, flow

#3662 - shareIn keeps coroutines alive even when there are no subscribers

Issue - State: open - Opened by dkhalanskyjb over 2 years ago - 1 comment
Labels: design, flow, flow-sharing, structured concurrency

#3598 - Adding combine(...) methods to combine 6-10 flows

Issue - State: open - Opened by koncinar almost 3 years ago - 9 comments
Labels: enhancement, flow

#3480 - Unstable context preservation invariant in Flow

Issue - State: open - Opened by lowasser about 3 years ago - 4 comments
Labels: bug, flow

#3459 - Introducing empty `onCompletion` operator with `callbackFlow` changes result

Issue - State: open - Opened by SanjayVas about 3 years ago - 2 comments
Labels: flow, flow-fusing

#3332 - DataBinding with state flow performance issue

Issue - State: open - Opened by shamtay over 3 years ago - 1 comment
Labels: performance, flow, android, flow-sharing

#3316 - StateFlow-like primitive for big states with delta updates

Issue - State: open - Opened by elizarov over 3 years ago - 5 comments
Labels: design, flow

#3278 - Add a Flow.iterate method, allowing an Iterator-style traversal of flows.

Pull Request - State: open - Opened by lowasser over 3 years ago - 9 comments
Labels: design, flow

#3168 - Why is transformLatest still experimental?

Issue - State: open - Opened by LouisCAD almost 4 years ago - 10 comments
Labels: flow, for 1.7

#3120 - How to test all intermediate emissions despite conflation

Issue - State: closed - Opened by lukas1 almost 4 years ago - 25 comments
Labels: flow, test

#3002 - SharedFlow that emits once (but buffers if there are no collectors)

Issue - State: open - Opened by matejdro about 4 years ago - 13 comments
Labels: flow, flow-sharing

#2946 - Add SharedFlow and StateFlow documentation to the Coroutines Guide

Issue - State: open - Opened by ianbrandt about 4 years ago - 2 comments
Labels: flow, guide

#2842 - Correct & document odd Flow retry/retryWhen attempts behavior

Issue - State: open - Opened by bubenheimer over 4 years ago - 4 comments
Labels: docs, flow

#2751 - Proposal kotlin flow repeatUntil operator

Issue - State: open - Opened by jeziellago over 4 years ago - 9 comments
Labels: flow

#2713 - Stabilize flatten/flatMap family of operators

Issue - State: open - Opened by qwwdfsad over 4 years ago - 2 comments
Labels: flow

#2664 - Add any, all, none operators

Issue - State: closed - Opened by chachako over 4 years ago - 7 comments
Labels: use-case needed, flow

#2631 - Map StateFlows to StateFlow

Issue - State: open - Opened by qwwdfsad over 4 years ago - 21 comments
Labels: flow

#2603 - SharedFlow.emit() doesn't wait for a subscriber to complete collecting

Issue - State: open - Opened by j2esu over 4 years ago - 39 comments
Labels: flow, flow-sharing

#2580 - statefulTransform for flow

Issue - State: open - Opened by phiSgr over 4 years ago - 11 comments
Labels: design, flow

#2514 - Request: Map MutableStateFlow to StateFlow

Issue - State: closed - Opened by andreimesina almost 5 years ago - 13 comments
Labels: flow

#2347 - Warning when collecting a flow to a MutableSharedFlow

Issue - State: closed - Opened by ansman about 5 years ago - 3 comments
Labels: docs, flow

#2223 - Proposal: Flow pause cooperatively

Issue - State: open - Opened by Maartyl about 5 years ago - 24 comments
Labels: flow

#2189 - Kotlin Flow never collects info on unit testing

Issue - State: closed - Opened by jclemus91 over 5 years ago - 4 comments
Labels: question, flow

#2183 - short circuiting reductions in flows

Issue - State: closed - Opened by jeffzoch over 5 years ago - 3 comments
Labels: question, flow

#1875 - Builders and iteration support for Apple's Combine Framework

Issue - State: open - Opened by nbransby over 5 years ago - 7 comments
Labels: native, flow

#1850 - Flow.takeUntil(otherFlow)

Issue - State: open - Opened by rougsig over 5 years ago - 30 comments
Labels: flow

#1827 - RxJava doOnError analog (to support intercepting errors)

Issue - State: closed - Opened by krossovochkin over 5 years ago - 5 comments
Labels: flow

#1743 - CoroutinesInternalError - Job is already complete or completing

Issue - State: closed - Opened by kaserdan almost 6 years ago - 17 comments
Labels: waiting for clarification, flow, android

#1498 - Flow: withLatestFrom operator

Issue - State: open - Opened by elizarov about 6 years ago - 24 comments
Labels: flow

#1484 - [Flow] combineTransformLatest()

Issue - State: open - Opened by hrach about 6 years ago - 7 comments
Labels: flow

#1446 - throttleFirst Flow operator

Issue - State: open - Opened by sum-elier over 6 years ago - 22 comments
Labels: flow

#1326 - Add start parameter to launchIn extension for Flow

Issue - State: open - Opened by LouisCAD over 6 years ago - 10 comments
Labels: flow, structured concurrency

#1315 - Add withLatestFrom operator.

Pull Request - State: open - Opened by zach-klippenstein over 6 years ago - 10 comments
Labels: enhancement, flow

#1302 - Flow.chunked with specified time period

Issue - State: open - Opened by gmarchelos over 6 years ago - 47 comments
Labels: flow, flow-timer

#1290 - Flow.chunked operator with size limit

Issue - State: closed - Opened by azulkarnyaev over 6 years ago - 21 comments
Labels: flow

#1147 - Parallel flow processing

Issue - State: open - Opened by altavir over 6 years ago - 50 comments
Labels: design, flow, flow-concurrency

#540 - Integrate ticker channels into structured concurrency and flows

Issue - State: open - Opened by elizarov about 7 years ago - 10 comments
Labels: enhancement, flow, flow-timer