mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* Async example * Formatted * Demo send_future and send_stream * Better comment * Reduce dependencies * Typo * Remove tokio_stream dependency * Remove tokio dependency * Formatting * Variety of async methods * Updated README * Remove wasm-bindgen-futures dependency
12 lines
236 B
HTML
12 lines
236 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Yew • Async Examples</title>
|
|
<link data-trunk rel="rust" />
|
|
<link data-trunk rel="sass" href="index.scss" />
|
|
</head>
|
|
|
|
<body></body>
|
|
</html>
|