Skip to content

Commit fa29933

Browse files
committed
wip
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent e93750a commit fa29933

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

‎.claude/skills/android-java-to-kotlin/references/CONCURRENCY.md‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,6 @@ private suspend fun loadAndPartitionShares(): Pair<List<OCShare>, List<OCShare>>
105105
}
106106
```
107107

108-
## RxJava Present?
109-
110-
If the file uses `io.reactivex.*`/`rx.*`, load
111-
[frameworks/RXJAVA.md](frameworks/RXJAVA.md) for the reactive-type → Flow/coroutine
112-
mapping instead of hand-rolling.
113-
114108
## Pitfalls
115109

116110
- Never launch on `GlobalScope` — it outlives the screen and leaks.

0 commit comments

Comments
 (0)