Shortcuts

Function ripple::set_affinity

Function Documentation

auto ripple::set_affinity(uint32_t thread_id) noexcept -> bool

Sets the affinity of the thread by binding the context of the current process to thread id.

Return

true if the operation succeeded.

Parameters
  • thread_id: The index of the thread to bind the context to.

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