## async_fetch()


Fetch data from a URL asynchronously.


Usage


``` python
async_fetch(url)
```


## Parameters


`url: str`  
The URL to fetch.


## Returns


`str`  
Response body.
