Bordeaux-Threads

Version 0.8.8

Common Lisp threading library

Function THREAD-NAME, THREAD-NATIVE-THREAD

Syntax:

thread-name thread => name
thread-native-thread thread => native-thread

Arguments and values:

thread -> an instance of class thread.
name -> a string or nil
native-thread -> a host thread instance.

Description:

These accessors return the public slots of class thread.

Exceptional situations:

None.

Last updated on 2022-01-07
Published on 2022-01-07
Edit on GitHub