strand

Modules

context
module strand.context

The thread module provides support for thread creation and management.

fiber
module strand.fiber

The fiber module provides OS-indepedent lightweight threads aka fibers.

osthread
module strand.osthread

The osthread module provides low-level, OS-dependent code for thread creation and management.

threadbase
module strand.threadbase

The threadbase module provides OS-independent code for thread storage and management.

threadgroup
module strand.threadgroup

The osthread module provides types used in threads modules.

types
module strand.types

This module provides types and constants used in thread package.