Examples¶
Runnable examples showing common omniray and omniwrap usage patterns.
Each example is a standalone script you can copy and run directly:
| Example | What it shows |
|---|---|
| Basic Logging | Custom wrapper that logs every function call with args and return values |
| Execution Timing | Measure function execution time with separate sync/async wrappers |