Skip to content

Considering exporting WakerSet as pub - now is pub(crate) #728

@Mallets

Description

@Mallets

Hi! I'm building a quite complex application around async-std library and in some cases I'm writing my own futures. The WakerSet defined in async-std/sync/ seems to be a very handy structure to have when writing futures. Unfortunately, it is currently exported as pub(crate) and not as pub leading to the fact that I can not import it in my own application.

Is there any reason that prevents the WakerSet to be pub? From the current status it seems that it could be made public with no issues, but perhaps I'm missing something...

Thanks!
Luca

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