Skip to content

Windows release tracking: adapt Unix signal flow for Windows #22

Description

@smolgroot

Summary

Windows support is planned and should be released soon.

Why

The current CLI/server control path relies on Unix signaling and process handling.

Required adaptation

In Unix paths we currently use (for , , , ) together with .
For Windows support, adapt this control flow to Windows-compatible APIs (e.g. Tokio and/or ) while preserving equivalent stop/reload behavior.

Acceptance criteria

  • No Unix-only assumptions in Windows code paths
  • // behavior is documented for Windows
  • README clearly marks Windows as upcoming until release

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions