# CoroutineRecipes **Repository Path**: para123/CoroutineRecipes ## Basic Information - **Project Name**: CoroutineRecipes - **Description**: No description available - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-22 - **Last Updated**: 2021-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Coroutine Recipes Playground for Kotlin Coroutines.
Ready to use ***IntelliJ IDEA*** project with basic explanations. ``` * Basic async/launch comparisons * Job/Deferred completion invocations & cancellations * Context tests * Basic & Supervisor scopes. Cancellation & exception handling. * Concurrent & serial tasks. Comparison with RxJava. * Critical section handling * Resource access from different threads * Channels, BroadcastChannels, ConflatedBroadcastChannels * Channel buffers * Differences between Channels and Flows * Basic Flow operators * State & Shared Flows * Callback & Channel Flows ```