Shortcuts

Enum StealPolicy

Enum Documentation

enum ripple::StealPolicy

Defines the type of available work stealing policies.

Values:

enumerator random

Randomly steal from a thread.

enumerator neighbour

Steal from thread’s neighbour.

enumerator topological

Steal based on topology.

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples