Releases: yxhuvud/nested_scheduler
Releases · yxhuvud/nested_scheduler
v0.6.2
Maintenance update for crystal 1.11 which had some changes to the scheduler. I don't think it actually is require for things to not break, but it is good to keep implementations in sync.
0.6.1
Fixes a leak of file descriptors
v0.5.0
Fixes so that the program again waits for completion.
0.4.6
Fix incompabilities with crystal 1.6.0
0.4.5
New features:
Stitched backtraces. Now the path to the nursery is also included in a propagated stacktrace. It is not perfect, but it is far from nothing.
Fixes:
Avoid GC finalization errors.
0.4.4
Support of crystal 1.3.1.
Don't leak threads on pool completion.
v0.4.3
Fixing bug where nesting fibers wouldn't work correctly.