add condition variable
parent
9711f6c0fd
commit
15ab3a8077
@ -1,7 +1,12 @@
|
|||||||
|
HTML_OUTPUT = /var/www/illinois-cs341-system-programming
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
||||||
serve:
|
serve:
|
||||||
hugo serve
|
hugo serve
|
||||||
|
|
||||||
html:
|
html:
|
||||||
hugo
|
hugo
|
||||||
|
|
||||||
|
publish:
|
||||||
|
ssh root@www.cyub.vip "cd ${HTML_OUTPUT};git pull"
|
@ -0,0 +1,7 @@
|
|||||||
|
+++
|
||||||
|
title = "Synchronization"
|
||||||
|
+++
|
||||||
|
|
||||||
|
# Synchronization
|
||||||
|
|
||||||
|
When multithreading gets interesting
|
Loading…
Reference in New Issue