Fibers v1.3.0
- 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.