package software_components public thread periodic_thread properties Dispatch_Protocol => periodic; end periodic_thread; thread aperiodic_thread properties Dispatch_Protocol => aperiodic; end aperiodic_thread; end software_components;