High Kotlin

Use coroutines for async code

Rule Description

`suspend` functions, `Flow` for streams. Structured concurrency with scopes. No blocking in coroutines.

Included in Rulesets

Code Review Standards
214 rules • 0 standards
View

Add This Rule

Sign in to add this rule to your workspace

Sign in with GitHub

Details

Severity
High
Category
Kotlin
Used in
1 ruleset