Skip to content

Make forked child in a thread #2

@CouleeApps

Description

@CouleeApps

Due to rust housekeeping stuff esp involving rayon, it would be best if fork_map spawned a new thread and did all the forkery in there, so as little state is preserved from the parent process as possible. It will mean that the closure will need to be Sync+Send, but like, it's already unsafe so you have signed up for this anyway

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions