3.5 Threads: the Threads structure

yield_to

Function

Summary

Yield control to a thread.

Signature

MLWORKS.Threads.Internal

Structure

MLWorks.Threads.Internal

Type

val yield_to : thread_id -> unit

Syntax

yield ID -> ()

Arguments

ID
A thread identifier.

Values

unit

Description

Yield control to thread ID, that is, ignore the normal schedule and jump to thread ID.

See also

yield, page 51


MLWorks Reference Manual (version 1.0) - 3 DEC 1996

Generated with Harlequin WebMaker