Skip to main content

Module fuel

Module fuel 

Source
Expand description

Fuel budgets for WASM locking plugin calls. Matches the convention in crate::scheduled::fuel.

Constants§

CLEANUP
Fuel for super::LockingPlugin::cleanup.
RELEASE
Fuel for a single super::LockingPlugin::release call.
RENEW
Fuel for a single super::LockingPlugin::renew call.
TRY_LOCK
Fuel for a single super::LockingPlugin::try_lock call.