yew_agent

Module oneshot

Source
Expand description

This module provides task agent implementation.

Structs§

OneshotBridge
A connection manager for components interaction with oneshot workers.
OneshotProvider
The Oneshot Agent Provider.
OneshotRegistrar
A registrar for oneshot workers.
OneshotSpawner
A spawner to create oneshot workers.
UseOneshotRunnerHandle
Hook handle for use_oneshot_runner

Traits§

Oneshot
A future-based worker that for each input, one output is produced.

Functions§

use_oneshot_runner
A hook to create a runner to an oneshot agent.

Attribute Macros§

oneshot
A procedural macro to create oneshot agents.