Skip to content

Commit

Permalink
Update async-code.mdx (#3837)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Dec 4, 2024
1 parent 588e362 commit ba47706
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ keywords: [advanced, concept, async code, inter-canister calls, async inter-cani

import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";

# Composite queries
# Async code and inter-canister calls

<MarkdownChipRow labels={["Advanced", "Concept"]} />

# Async code and inter-canister calls

## Overview

In programming, the [async/await pattern](https://en.wikipedia.org/wiki/Async/await) is a syntactic feature of many programming languages that allows an asynchronous, non-blocking function to be structured in a similar way to an ordinary synchronous function.
Expand Down

0 comments on commit ba47706

Please sign in to comment.