This module contains the base YANG definitions for NS-OS thread-related services. Added eventbus service. Updated with YANG extension for Java class specification. Initial revision Service representing an event bus. The service acts as message router between event producers and event consumers Service representing a ThreadFactory instance. It is directly useful in Java world, where various library pieces need to create threads and you may want to inject a customized thread implementation. A simple pool of threads able to execute work. An extension of the simple pool of threads able to schedule work to be executed at some point in time.