schedule-sleep ( thread dt -- ) - Factor Documentation

schedule-sleep ( thread dt -- )


Vocabulary
threads .private

Inputs
thread an object
dt an object


Outputs
None

Definition
USING: accessors heaps kernel threads ;

IN: threads.private

: schedule-sleep ( thread dt -- )
dupd sleep-queue heap-push* >>sleep-entry drop ;

AltStyle によって変換されたページ (->オリジナル) /