Dasynq v1.1.0 Release Notes

Release Date: 2018-01-30 // about 6 years ago
  • ๐Ÿš€ This release includes bug fixes for multi-thread event loops using the kqueue backend, and also adds a new backend which uses pselect(2). Since pselect is mandated by POSIX this means Dasynq should work on nearly all mostly-POSIX-compliant systems.

    ๐ŸŽ (Note however that pselect is probably not going to be great performance wise, and suffers from an inherent inability to deal with file descriptors beyond a certain number).