Add threading example.

This commit is contained in:
Stephen Chung
2021-01-25 11:31:54 +08:00
parent ab317bec4e
commit e902c74073
4 changed files with 64 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
use rhai::{Dynamic, Engine, EvalAltResult, NativeCallContext, RegisterFn, INT};
use rhai::{Dynamic, Engine, EvalAltResult, NativeCallContext, INT};
use std::any::TypeId;
#[test]