joshua912815-tg-rcore-tutorial-ch8-basic 0.8.0-preview.5

AI4OSE publishable Chapter 8 basic experiment crate with threads, synchronization primitives, and deadlock detection.
1
2
3
4
5
6
7
8
9
10
11
12
run:
	cargo run

run-exercise:
	cargo run --features exercise

test-base:
	./test.sh base

test-exercise:
	./test.sh exercise