Next: , Previous: , Up: The GNAT Library   [Contents][Index]


12.29 Ada.Task_Initialization (a-tasini.ads)

This package provides a way to set a global initialization handler that is automatically invoked whenever a task is activated. Handlers are parameterless procedures. Note that such a handler is only invoked for those tasks activated after the handler is set.