Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Fibers v1.3.0

Choose a tag to compare

@aconchillo aconchillo released this 30 May 00:15
· 40 commits to master since this release
  • Replace PSQ timer queue with new timer wheel. See #84.
  • Fix libevent cross-compilation issues.
  • Always define (getaffinity) and (setaffinity) if not found.
  • Rename 'scm_pipe2' to 'scm_fibers_pipe2' to fix a build error with Guile 3.0.9.
  • Fix bit-vector deprecation warnings.