What's execution level in "shared" table? And what execution level for each one?

I’ve been learning some module loader stuff. I’m wondering what’s execution level from shared table?

I used shared and _G. These kinda work similiar eachother. I know that _G table share with the same type of scripts. But how about shared table? I’ve been searching for what execution level is, and there’s no post about that.