Neokernel API

Scheduler Class

This is a ServiceAgent that implements the IScheduler interface. It maintains a pool of threads that periodically wake up any ISchedulables that have been scheduled. Look at ISchedule and Schedule to learn about supported scheduling features.

For a list of all members of this type, see Scheduler Members .

System.Object
   Props
      Agent
         ServiceAgent
            Scheduler

public class Scheduler : ServiceAgent, IScheduler, IScheduleChangeListener, IThreadRunnable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.neokernel.nk

Assembly: Neokernel (in Neokernel.exe)

See Also

Scheduler Members | com.neokernel.nk Namespace | Schedule | ISchedule | ISchedulable