Skip to content

Allow lockfree::queue to use move-only types #125

@Spacechild1

Description

@Spacechild1

I think lockfree::queue could actually support move-only types as long as there are no concurrent pop operations. (If there is only a single consumer, nobody can concurrently "steal" the data.)

I guess this could be implemented as a compile time policy.

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