#is there any way to get the current erlang module name? like some equivalent to `?MODULE`?

1 messages · Page 1 of 1 (latest)

tawny moth
#

I'd like to improve my hot reloading module by special handling reloading itself to avoid crashes.

short bear
#

into a tracing ffi module, that is +1 from what you want

tawny moth
#

thanks, that looks promising 🙂