All subgroups and modules

module thread_ring

actors :: thread_ring

Example implemented from "The computer Language Benchmarks Game" - Thread-Ring
package_diagram actors\>examples\>thread-ring\> thread-ring actors actors actors\>examples\>thread-ring\>->actors pthreads pthreads actors->pthreads ...pthreads ... ...pthreads->pthreads

Ancestors

group codecs

core > codecs

Group module for all codec-related manipulations
group collection

core > collection

This module define several collection classes.
group core

core

Nit common library of core classes and methods
group pthreads

pthreads

POSIX Threads support
group text

core > text

All the classes and methods related to the manipulation of text entities

Parents

group actors

actors

Nit Actor Model