I should point out though, that au2 is specifically designed so that you normally don’t need to delay stuff inside your lifecycle hooks.
The documentation that comes with the alpha release will explain more about this and which hooks to use in which situations, just giving you a heads-up that you probably won’t be needing this decorator when Au2 is finished.
I see. Then there’s currently no straightforward manner to accomplish this without putting some code in your custom attribute itself (such as injecting the scheduler so the decorator can access it). I’ve made a note and will make sure it’s addressed in alpha.