pureikyubu/RnD/ThreadDemo/Readme.md
2020-08-09 17:59:07 +03:00

392 B

ThreadDemo

Demonstration of working with threads.

JPG

Mutual-exclusive syncronization

Two threads (Boy1, Boy2) take turns occupying the spinlock (Girl) and use it for 100 ms.

The main thread waits 2000ms and exits both threads.

Suspend/Resume

One thread is periodically resumed (once per 1/2 second) for spam messages. After 10 seconds thread is destroyed.