Skip to content

Commit

Permalink
update blog
Browse files Browse the repository at this point in the history
  • Loading branch information
BryceWin11Ubuntu authored and BryceWin11Ubuntu committed Jun 2, 2024
1 parent 88f3c02 commit 37992fe
Show file tree
Hide file tree
Showing 26 changed files with 689 additions and 119 deletions.
6 changes: 5 additions & 1 deletion archives.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ <h1>Archives for TechLoveDeath</h1>
</p>
<p>
<span class="categories-timestamp"><time datetime="2024-05-21T18:32:00+08:00">Tue 21 May 2024</time></span>
<a href="https://brycemeng.com/async-and-multithread-programming-1-async-cn.html">Async and multithread programming - 1 Async</a>
<a href="https://brycemeng.com/async-and-multithread-programming-1-async-cn.html">异步和多线程编程 - 1 异步</a>
</p>
<p>
<span class="categories-timestamp"><time datetime="2024-05-21T18:32:00+08:00">Tue 21 May 2024</time></span>
<a href="https://brycemeng.com/async-and-multithread-programming-1-async-en.html">Async&Multithrad - 1 Async</a>
</p>
<p>
<span class="categories-timestamp"><time datetime="2024-02-09T20:45:00+08:00">Fri 09 February 2024</time></span>
Expand Down
17 changes: 9 additions & 8 deletions async-and-multithread-programming-1-async-cn.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml">
<head>
<title>Async and multithread programming - 1 Async - TechLoveDeath</title>
<title>异步和多线程编程 - 1 异步 - TechLoveDeath</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
Expand All @@ -14,13 +14,13 @@

<meta name="author" content="Bryce" />
<meta name="keywords" content="programming,async,multithread,javascript" />
<meta name="description" content="Async and multithread programming - 1 What is asynchronous programming? (JavaScript) (Draft 2024.05.26)" />
<meta name="description" content="异步和多线程编程 - 1 什么是异步编程? (基于JavaScript)" />

<meta property="og:site_name" content="TechLoveDeath" />
<meta property="og:type" content="article"/>
<meta property="og:title" content="Async and multithread programming - 1 Async"/>
<meta property="og:title" content="异步和多线程编程 - 1 异步"/>
<meta property="og:url" content="https://brycemeng.com/async-and-multithread-programming-1-async-cn.html"/>
<meta property="og:description" content="Async and multithread programming - 1 What is asynchronous programming? (JavaScript) (Draft 2024.05.26)"/>
<meta property="og:description" content="异步和多线程编程 - 1 什么是异步编程? (基于JavaScript)"/>
<meta property="article:published_time" content="2024-05-21" />
<meta property="article:section" content="Programming" />
<meta property="article:tag" content="programming" />
Expand Down Expand Up @@ -97,8 +97,8 @@
<h1>
<a href="https://brycemeng.com/async-and-multithread-programming-1-async-cn.html"
rel="bookmark"
title="Permalink to Async and multithread programming - 1 Async">
Async and multithread programming - 1 Async
title="Permalink to 异步和多线程编程 - 1 异步">
异步和多线程编程 - 1 异步
</a>
</h1>
</header>
Expand Down Expand Up @@ -126,7 +126,7 @@ <h1>

</footer><!-- /.post-info --> </div>
</div>
<h2>content</h2>
<h2>整个系列的目录</h2>
<ul>
<li>1.<strong>What is asynchronous programming? (JavaScript)</strong></li>
<li>1.1怎么在JavaScript中进行异步编程?</li>
Expand Down Expand Up @@ -249,7 +249,7 @@ <h4>Node.js</h4>
<p><a href="https://github.com/nodejs/node/blob/main/deps/uv/include/uv/unix.h#L220">查看Node.js Loop中的数据结构源码(Linux平台)</a> | <a href="https://github.com/nodejs/node/blob/main/deps/uv/src/unix/core.c#L415">查看Node.js EventLoop源码</a></p>
<p><img alt="EventLoop in Node.js" src="/images/2024/5/Async9_node_eventloop_3.png"></p>
<p align="center">
<em>Figure 9. EventLoop in Node.js</em>
<em>Figure 9. Main relationship of the EventLoop in Node.js</em>
</p>

<p>*当所有的IO处理完毕,回调函数执行完毕,EventLoop便会退出。</p>
Expand Down Expand Up @@ -309,6 +309,7 @@ <h2>relative resources</h2>
<h4>Related Posts:</h4>
<ul>
<li><a href="https://brycemeng.com/async-and-multithread-programming-1-async-in-javascript-cn.html">Async and multithread programming - 1 Async in JavaScript</a></li>
<li><a href="https://brycemeng.com/async-and-multithread-programming-1-async-en.html">Async&Multithrad - 1 Async</a></li>
</ul>
</section>
</article>
Expand Down
Loading

0 comments on commit 37992fe

Please sign in to comment.