Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d4eba30

Browse files
author
zhangyanqiang
committed
Site updated: 2018年09月20日 22:02:29
1 parent 10d4032 commit d4eba30

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

‎2018/09/18/多线程之基础概念 /index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<meta property="og:description" content="本文主要对比了iOS多线程编程中所涉及的一些概念 进程 vs. 线程 同步 vs. 异步 串行 vs. 并发 并行 vs. 并发 任务 vs. 队列 队列 vs. 线程 同步 vs. 互斥 异步 + 串行 异步 + 并发 同步 + 串行(很少使用、可能死锁) 同步 + 并发(很少使用)">
8989
<meta property="og:locale" content="zh-Hans">
9090
<meta property="og:image" content="https://github.com/Richard-zhang-iOS/Richard-zhang-iOS.github.io/blob/master/res/sync_async.png?raw=true">
91-
<meta property="og:updated_time" content="2018年09月20日T13:54:24.822Z">
91+
<meta property="og:updated_time" content="2018年09月20日T13:55:44.242Z">
9292
<meta name="twitter:card" content="summary">
9393
<meta name="twitter:title" content="多线程之基础概念">
9494
<meta name="twitter:description" content="本文主要对比了iOS多线程编程中所涉及的一些概念 进程 vs. 线程 同步 vs. 异步 串行 vs. 并发 并行 vs. 并发 任务 vs. 队列 队列 vs. 线程 同步 vs. 互斥 异步 + 串行 异步 + 并发 同步 + 串行(很少使用、可能死锁) 同步 + 并发(很少使用)">

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /