Méthode | Description | |
---|---|---|
Scheduler ( ) : System.Runtime.CompilerServices |
Constructor.
|
|
dump ( ) : void |
Debug
|
|
run ( ) : void |
Méthode | Description | |
---|---|---|
add ( long ns, Work work ) : bool |
Add the work item into the linked list so that the list is always sorted by earliest deadline to oldest deadline. Return true if we have a new head which changes our next earliest deadline.
|
|
schedule ( long ns, Work work ) : void | ||
stop ( ) : void |
public Scheduler ( ) : System.Runtime.CompilerServices | ||
Résultat | System.Runtime.CompilerServices |