Polyphony v0.60 Release Notes

Release Date: 2021-07-15 // almost 3 years ago
    • ๐Ÿ›  Fix linux version detection (for kernel version > 5.9)
    • ๐Ÿ›  Fix op ctx leak in io_uring backend (when polling for I/O readiness)
    • โž• Add support for appending to buffer in Backend#read, Backend#recv methods
    • ๐Ÿ‘Œ Improve anti-event starvation mechanism
    • Redesign fiber monitoring mechanism
    • Implement Fiber#attach
    • Add optional maxlen argument to IO#read_loop, Socket#recv_loop (#60)
    • Implement Fiber#detach (#52)