• 2.2.0 10943f9ce3

    Make events property of Inotify nonisolated
    Some checks failed
    Docs / docs (push) Has been cancelled
    Docs / deploy (push) Has been cancelled

    trbernstein released this 2026-03-23 20:15:57 +01:00

    Properties of actors are implicitly isolated. To be able to read the
    events stream from any concurrent context, we need to declare it
    nonisolated. And as AsyncStream conforms to Sendable, it is safe to make
    both events and the private eventStream nonisolated.

    Downloads