From 5d0c8b8be9e7c76650f60c3795fbbab123805db5 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 28 Jun 2013 19:56:45 +0800 Subject: [PATCH] lecture14 --- lectures/lecture14.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lectures/lecture14.md b/lectures/lecture14.md index 8965d9c..5b7aff3 100644 --- a/lectures/lecture14.md +++ b/lectures/lecture14.md @@ -2,17 +2,16 @@ ========================== ###基本信息 -- 课程时长:00:00 +- 课程时长:47:52 - 在线观看:[土豆网] [优才网] ###课程大纲 [00:00] 知识回顾 - [00:00] 初窥 goroutine - [00:00] 多个 goroutine 打印 - [00:00] channel 概述 - [00:00] select 概述 - [00:00] runtime.Gosched() 浅析 - [00:00] 课堂作业布置 + [03:17] 初窥 goroutine + [08:45] channel 概述 + [20:20] 多个 goroutine 打印 + [29:00] select 概述 + [47:17] 课堂作业布置 ###作业答案 - 下堂课讲解 @@ -25,6 +24,7 @@ - [Go语言_并发篇](http://www.cnblogs.com/yjf512/archive/2012/06/06/2537712.html) - [goroutine背后的系统知识](http://www.sizeofvoid.net/goroutine-under-the-hood/) - [Advanced Go Concurrency Patterns](http://v.youku.com/v_show/id_XNTcyMTA4MTM2.html) +- [What exactly does runtime.Gosched do?](http://stackoverflow.com/questions/13107958/what-exactly-does-runtime-gosched-do) ###课程链接 - [第13课:反射reflection](lecture13.md) \ No newline at end of file