src/Pure/System/session.scala
changeset 55316 885500f4aa6a
parent 55134 1b67b17cdad5
child 55431 e0f20a44ff9d
equal deleted inserted replaced
55315:54b0352fb46d 55316:885500f4aa6a
   137   val commands_changed = new Event_Bus[Session.Commands_Changed]
   137   val commands_changed = new Event_Bus[Session.Commands_Changed]
   138   val phase_changed = new Event_Bus[Session.Phase]
   138   val phase_changed = new Event_Bus[Session.Phase]
   139   val syslog_messages = new Event_Bus[Isabelle_Process.Output]
   139   val syslog_messages = new Event_Bus[Isabelle_Process.Output]
   140   val raw_output_messages = new Event_Bus[Isabelle_Process.Output]
   140   val raw_output_messages = new Event_Bus[Isabelle_Process.Output]
   141   val all_messages = new Event_Bus[Isabelle_Process.Message]  // potential bottle-neck
   141   val all_messages = new Event_Bus[Isabelle_Process.Message]  // potential bottle-neck
   142 
   142   val trace_events = new Event_Bus[Simplifier_Trace.Event.type]
   143 
   143 
   144 
   144 
   145   /** buffered command changes (delay_first discipline) **/
   145   /** buffered command changes (delay_first discipline) **/
   146 
   146 
   147   //{{{
   147   //{{{