# Suspense

**Kind:** Function

**Source:** [`src/jsx/streaming.ts`](https://github.com/honojs/hono/blob/main/src/jsx/streaming.ts#L42)

**Part of:** [Jsx](subsystem-src-jsx)

## Signature

```ts
async function Suspense({
  children,
  fallback,
})
```

## Parameters

| Name | Type |
|---|---|
| `{
  children,
  fallback,
}` | `any` |
