diff options
author | chai <chaifix@163.com> | 2019-03-29 09:01:36 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-03-29 09:01:36 +0800 |
commit | e37b1dfd022bda4dfdcba243c0543c62c89db32f (patch) | |
tree | eb31ae960809498462c9232c9dc1df392b987fa7 /source/tests | |
parent | 62085e1b49ce2d8a630373e410812d5c4a9eecc2 (diff) |
*misc
Diffstat (limited to 'source/tests')
-rw-r--r-- | source/tests/05-physfs/main.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/tests/05-physfs/main.cpp b/source/tests/05-physfs/main.cpp index 14a2745..b547f1f 100644 --- a/source/tests/05-physfs/main.cpp +++ b/source/tests/05-physfs/main.cpp @@ -48,6 +48,11 @@ function main() print(thread:GetName()) + while(true) do + thread:Post() + Thread.Sleep(100) + end + io.read() end |