Rishka
RISC-V virtual runtime in C/C++ made for ESP32-WROVER
runtime.h File Reference

Provides utilities for managing runtime operations within Rishka applications. More...

Go to the source code of this file.

Classes

class  Runtime
 The Runtime class provides utilities for managing runtime operations. More...
 

Detailed Description

Provides utilities for managing runtime operations within Rishka applications.

Author
Nathanne Isip

The Runtime class encapsulates functionality related to runtime management and control flow within Rishka applications. It serves as a central hub for coordinating runtime activities, such as task scheduling, event processing, and resource management.