Make `asynch` modules private
Opened this issue · 4 comments
MabezDev commented
Some drivers have this module public, some don't. Imo now async
is enabled by default, we should make these modules private and reexport the relevant public bits.
bugadani commented
We don't even need these modules for anything, really.
MabezDev commented
We don't even need these modules for anything, really.
Yep, also just removing them could be fine too.
bugadani commented
Just... please wait a bit before starting this, I'd like to avoid massive merge conflicts with some of my unpublished branches 🥺
MabezDev commented
No rush, just making a point of it in the this issue so it gets done at some point :).