Examples
Examples
这个目录用于存放和博客文章配套的最小可运行示例,便于复现文中概念与常见误区。
目录约定
- 一个文章主题对应一个子目录
- 每个子目录都应包含独立
README.md - 示例优先“最小可复现”,避免引入无关复杂度
当前示例
async-blocking-runtime:演示错误的 async 写法(在 async 任务内直接阻塞线程)如何影响运行时调度
这个目录用于存放和博客文章配套的最小可运行示例,便于复现文中概念与常见误区。
README.mdasync-blocking-runtime:演示错误的 async 写法(在 async 任务内直接阻塞线程)如何影响运行时调度My Github Page: https://github.com/liweinan
If you have any question want to ask or find bugs regarding
with my blog posts, please report it here:
https://github.com/liweinan/liweinan.github.io/issues