Issues
- 0
- 4
Default constructor for `MapRef`
#4136 opened by armanbilge - 0
Add (best-effort) stealing API to polling system
#4008 opened by armanbilge - 2
The 3.5.6 release job is... struggling
#4174 opened by durban - 2
`Dequeue#size` drops below 0 on concurrent `takeFront`, `offerBack`, `size`
#4170 opened by kamilkloch - 2
Update site diagrams to use mermaid
#4132 opened by samspills - 6
Add API to polling system to attempt to get current poller without shifting
#4009 opened by armanbilge - 7
Allow overriding how fatal errors are printed
#3993 opened by fredfp - 6
- 4
Dropping queue high memory usage
#4141 opened by iRevive - 6
doesn't work with scala 3 + scala-native
#4114 opened by scarf005 - 5
IO.onError is inconsistent with ApplicativeError
#4058 opened by Jasper-M - 3
- 13
TestControl + Dispatcher == deadlock
#4104 opened by Baccata - 0
Add `mdoc` guards to Test Runtime documentation
#4095 opened by kamilkloch - 3
- 1
Release for Scala Native 0.5.x
#4076 opened by hejfelix - 0
- 6
- 1
- 6
unsafeToFuture fails to raise a second InterruptedException if the exception is handled and retried
#4055 opened by swapdonkey - 0
`AsyncSpec` failure (ciJS)
#4064 opened by durban - 7
unsafeToFutureCancelable's cancel future completes before setting the result future's cancellation status
#4047 opened by mperucca - 2
Support for V8 JavaScript Engine?
#4056 opened by LukeKeywalker - 3
- 1
More efficient monitoring of fibers on virtual threads
#4014 opened by armanbilge - 3
Improve contributor documentation
#4005 opened by durban - 0
- 2
- 1
- 1
Published tutorial older than tutorial.md
#4024 opened by froth - 7
`Dispatcher#unsafeRunTimed` should also `cancel()` if `Await.result` is `interrupt`ed
#3967 opened by armanbilge - 11
Leaking fiber monitors when running in custom IORuntime using JDK 21 virtual threads
#3929 opened by jacum - 35
- 0
- 5
Cancelling `Async` queue `take` makes other `take` hang
#3998 opened by durban - 4
Improve `MonadCancel` scaladoc
#3994 opened by durban - 1
Flakiness in `SupervisorSpec`
#3979 opened by djspiewak - 1
Flakiness in `IOSpec`
#3985 opened by durban - 1
Flakiness in `SchedulerSpec`
#3974 opened by djspiewak - 5
- 0
Document stack-safety requirements of typeclasses
#3955 opened by durban - 3
Delaying a task to be run far into the future can prevent concurrently scheduled tasks from running
#3948 opened by mperucca - 0
dispatcher document warning about bounded queue
#3944 opened by samspills - 3
`ArrayIndexOutOfBoundsException` in `ByteStack`
#3907 opened by djspiewak - 11
- 0
Using JDK21 virtual threads as compute pool
#3926 opened by jacum - 2
- 0
`IOAppSpec` is flaky again…
#3919 opened by djspiewak - 4
Leaky `fromFutureCancelable`
#3891 opened by TimWSpence