Skip to content

std.Io.Threaded: eliminate dependency on std.Thread (Mutex, Condition, maybe more) #25749

@andrewrk

Description

@andrewrk

Extracted from #25592.

This implementation should have no dependency on std.Thread. Instead, it should own thread spawning and thread synchronization primitives.

std.Thread should be deleted with all relevant APIs moved to public functions inside std.Io.Threaded.

Metadata

Metadata

Assignees

No one assigned

    Labels

    breakingImplementing this issue could cause existing code to no longer compile or have different behavior.enhancementSolving this issue will likely involve adding new logic or components to the codebase.standard libraryThis issue involves writing Zig code for the standard library.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions