Skip to content

Suggestion: consider exposing the Uxx and XCore traits for SPSC queues #115

@rjsberry

Description

@rjsberry

It is currently not possible to be generic over the index type or single core/multi core SPSC queue variants because the traits Uxx and XCore can't be declared as type parameters because they are private.

If the traits were sealed so that the crate retained control over what types could implement Uxx and XCore it would be possible to write more generic code utilizing SPSC queues.

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