Skip to content

Commit

Permalink
Removed experimental annotation from finishedProcessing property on
Browse files Browse the repository at this point in the history
atomicCoroutineScope
  • Loading branch information
sacOO7 committed Nov 5, 2024
1 parent 95a6a2c commit 4fe42d6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.ably.chat

import io.ably.annotation.Experimental
import java.util.concurrent.PriorityBlockingQueue
import kotlinx.coroutines.CompletableDeferred
import kotlinx.coroutines.CoroutineScope
Expand Down Expand Up @@ -76,7 +75,6 @@ class AtomicCoroutineScope(private val scope: CoroutineScope = CoroutineScope(Di
}
}

@Experimental
val finishedProcessing: Boolean
get() = jobs.isEmpty() && !isRunning
}

0 comments on commit 4fe42d6

Please sign in to comment.