Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 737 Bytes

thread_library.md

File metadata and controls

31 lines (19 loc) · 737 Bytes

Home Standard library

Thread library

Provides standard regular expression functions. For Concert versions 8.0+.

Import

The following statement may be used to import the thread library:

import thread;

Functions

Name Description
get_thread_id Get the current thread's ID.

Examples

get_thread_id

Returns a sttring representing the current thread's ID.

string data;

call get_thread_id -> data;