hello, i have seen various examples with hooks.
I cannot find much information about them, but would like to learn more. does anyone have any good resources.
this is what i mean by a hook: "
Hwi, Swi, and Task threads optionally provide points in a thread's life cycle to insert user code for
instrumentation, monitoring, or statistics gathering purposes. Each of these code points is called a "hook"
and the user function provided for the hook is called a "hook function".
"