Small doc update (secretly this is just to test submodules)

This commit is contained in:
kyren 2017-05-25 12:01:12 -04:00
parent e73346bc0f
commit c88762e90f
1 changed files with 2 additions and 0 deletions

View File

@ -330,6 +330,8 @@ impl<'lua> LuaFunction<'lua> {
}
}
/// A LuaThread is Active before the coroutine function finishes, Dead after it finishes, and in
/// Error state if error has been called inside the coroutine.
#[derive(Debug, Copy, Clone, Eq, PartialEq)]
pub enum LuaThreadStatus {
Dead,