added missing link

This commit is contained in:
Carl Fredrik Samson
2020-02-01 18:14:51 +01:00
parent 5101c84869
commit 2290807319

View File

@@ -62,9 +62,9 @@ series about implementing your own executors, and he just released a post
on how to accomplish just this you can visit [here](https://stjepang.github.io/2020/01/31/build-your-own-executor.html). on how to accomplish just this you can visit [here](https://stjepang.github.io/2020/01/31/build-your-own-executor.html).
He knows what he's talking about so I recommend following that. He knows what he's talking about so I recommend following that.
In the [bonus_spawn]() branch of the example repository you can also find an In the [bonus_spawn](https://github.com/cfsamson/examples-futures/tree/bonus_spawn)
extremely simplified (and worse) way of accomplishing the same in only a branch of the example repository you can also find an extremely simplified
few lines of code. (and worse) way of accomplishing the same in only a few lines of code.
## Further reading ## Further reading