Skip to main content

Module vibe

Module vibe 

Source
Expand description

The user-facing “vibe” interface.

This module provides the dead-simple API for users who just want to run code in parallel without thinking about the underlying complexity. It defines the VibeSystem, the Job handle, and the collect utility.

Structs§

Job
A handle to a job that is running in the background.
VibeSystem
The main entry point for the simple parallel execution system.

Functions§

collect
Waits for a vector of jobs to finish and collects their results in order.