Skip to content

Fibers v1.1.0

Compare
Choose a tag to compare
@aconchillo aconchillo released this 31 Jan 16:52
· 174 commits to master since this release
  • Destroy peer schedulers when returning from run-fibers.
  • Handle EPOLLHUP like EPOLLERR.
  • Don't use deprecated types scm_t_uint64 and scm_t_int64.
  • Garbage collect synchronized items from channels queues.
  • Added guix.scm for local development.
  • Improve fibers performance by installing "catch" in scheduler instead of in the fiber itself.
  • Rebased fibers on top of lighter-weight "tasks".
  • Garbage collect old condition waiters.
  • Multiple documentation fixes and improvements.
  • Added benchmarks.
  • Support Guile 3.0 compilation.