mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
add the asyncio 101 page
This commit is contained in:
parent
fe55411ca6
commit
cb6ebf8131
20
source/developers/asyncio_101.markdown
Normal file
20
source/developers/asyncio_101.markdown
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Asyncio 101"
|
||||||
|
description: "An introduction to asyncio."
|
||||||
|
date: 2017-04-08 21:49
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
---
|
||||||
|
|
||||||
|
If you are not familiar yet with asyncio, please watch the below video. It's a great introduction by [Robert Smallshire][rob] in how and why asyncio works the way it does.
|
||||||
|
|
||||||
|
<div class='videoWrapper'>
|
||||||
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/M-UcUs7IMIM" frameborder="0" allowfullscreen></iframe>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
### [Next step: Categorizing Functions »](/developers/asyncio_categorizing_functions/)
|
||||||
|
|
||||||
|
[rob]: https://github.com/rob-smallshire
|
Loading…
x
Reference in New Issue
Block a user