Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Implement Send + Sync on key structs? #104

@nh13

Description

@nh13

I wanted to use rayon to parallelize some of my processing, but found that I need to have the Send + Sync traits for key structs, like a Bed record and BAM record. Is there any appetite for adding those, and/or figuring out which are safe to send and share across threads?

 bed_reader.records::<6>().par_bridge()

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