On Wed, Aug 17, 2022 at 11:02:01PM +0200, Miguel Ojeda wrote: > On Sat, Aug 6, 2022 at 3:15 PM Konstantin Shelekhin > <k.shelekhin@xxxxxxxxx> wrote: > > > > I wonder if it would make more sense to implement exit() in > > kernel::Module, just for the sake of uniformity. > > Do you mean uniformity with respect to the C side? Yeah. It's weird that entry point is implemented in Module while exit point in Drop.