1264 threads
17 threads
1 email from 1 person
What is the best way to share code and state between hooks? Say I define a class in the startup hook and create an instance of it. When executing before-poll, I want to reference that instance. How would I do this? Matthias