Add example of blocking environment (#1036)

This commit is contained in:
Lev Eniseev
2019-04-09 12:10:15 -07:00
committed by Carl Lerche
parent 4f819b7cd1
commit 2c4549a18a
2 changed files with 89 additions and 0 deletions
+2
View File
@@ -55,6 +55,8 @@ A high level description of each example is:
* [`manual-runtime`](manual-runtime.rs) - manually composing a runtime.
* [`blocking`](blocking.rs) - perform heavy computation in blocking environment.
If you've got an example you'd like to see here, please feel free to open an
issue. Otherwise if you've got an example you'd like to add, please feel free
to make a PR!