Skip to content

Commit

Permalink
Address warning
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Jan 25, 2025
1 parent 625a837 commit 52ba0d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ private[effect] final class WorkerThread[P <: AnyRef](
val idx = index
pool.replaceWorker(idx, cached)
// Transfer the data structures to the cached thread and wake it up.
cached.indexTransfer.offer(idx)
val _ = cached.indexTransfer.offer(idx)
} else {
// Spawn a new `WorkerThread`, a literal clone of this one. It is safe to
// transfer ownership of the local queue and the parked signal to the new
Expand Down

0 comments on commit 52ba0d7

Please sign in to comment.