Skip to content

Commit 776124b

Browse files
authored
Update README.md
1 parent c4760be commit 776124b

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11

22
# Java Multithreading
3-
This repository will contain all the codes for the ultimate Java multithreading course by John Purcell
3+
This repository contains all the codes required for the ultimate Java multithreading course (by John Purcell)
44

5-
See the [Video Tutorials](https://www.udemy.com/java-multithreading/)
5+
See the course content from [here](https://www.udemy.com/java-multithreading/) or [here](http://www.caveofprogramming.com/youtube/)
66
for more information.
77

8-
## Contributors
9-
[Z.B. Celik] (http://www.linkedin.com/in/berkaycelik)
10-
[@IOAyman] (https://twitter.com/IOAyman)
11-
12-
138
## Java Multithreading Topics:
14-
Codes with minor comments are from http://www.caveofprogramming.com/youtube/ also freely available at https://www.udemy.com/java-multithreading/?couponCode=FREE
15-
169

1710
- 1- Java Multithreading: Starting Threads
1811
- 2- Java Multithreading: Volatile – Basic Thread Communication
@@ -28,3 +21,8 @@ Codes with minor comments are from http://www.caveofprogramming.com/youtube/ al
2821
- 12- Java Multithreading: Semaphores
2922
- 13- Java Multithreading: Callable and Future
3023
- 14- Java Multithreading: Interrupting Threads
24+
25+
26+
## Contributors
27+
[Z. Berkay Celik] (https://twitter.com/ZBerkayCelik)
28+
[@IOAyman] (https://twitter.com/IOAyman)

0 commit comments

Comments
 (0)