Skip to content

Allow unsized types for Mutex? #609

Closed
@alekratz

Description

@alekratz

I'm trying to use a dyn Trait with a Mutex while moving from std::sync::Mutex to async_std::sync::Mutex. Is it possible for the Mutex in this crate to have T: ?Sized? The the std version allows for ?Sized types, but I don't know if this would be an issue for async_std.

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