Skip to content

Fibers v1.3.0

Compare
Choose a tag to compare
@aconchillo aconchillo released this 30 May 00:15
· 26 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.