29#ifndef LIBRISHKA_RUNTIME_H
30#define LIBRISHKA_RUNTIME_H
The Runtime class provides utilities for managing runtime operations.
Definition: runtime.h:40
static string get_fork_stream()
Retrieves the fork stream.
Definition: librishka_rt.cpp:25
static void yield()
Yield the execution context to other tasks or threads.
Definition: librishka_rt.cpp:21