Skip to content

1.1.1 – made signal support optional

Compare
Choose a tag to compare
@kotauskas kotauskas released this 05 Mar 12:24
9660f75
  • The os::unix::signal and os::windows::signal modules now require the signals feature flag (enabled by default for compatibility). This allows removing the majority of dependencies if you don't need the functionality. The next breaking release will disable the feature by default.
  • Documentation for nonblocking local sockets now renders even if their respective feature flag is disabled, similarly to the signals feature flag.