Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/build/smart-contract/async.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Parameters:
Syntra leverage the async call feature to allow sending tips or setup vesting plans for users.
Check [Syntra smart contract](https://github.com/massalabs/syntra/blob/main/smart-contract/assembly/internal.ts#L76) for a real world example of async call usage.

## Deferred calls (Buildnet Preview)
## Deferred calls

Unlike async calls, deferred calls are guaranteed to be executed at a given slot.
The scheduele mecanism works as a booking market based on computation needs and load of available slots.
Expand Down