mlua-luau-scheduler/lib
Filip Tibell 053b85e0c1
YARR (Yet Another Runtime Refactor)
* Minimize dependencies, no longer depending on smol directly, only async-excecutor and its utility crates
* Error callback is no longer thread safe, but faster
* Improved documentation and panic messages for internal workings of runtime
* Depend on mlua exact version needed and serialize feature
* Change crate name
2024-01-27 15:17:09 +01:00
..
error_callback.rs YARR (Yet Another Runtime Refactor) 2024-01-27 15:17:09 +01:00
lib.rs Refactor runtime and callbacks 2024-01-24 19:50:25 +01:00
queue.rs Use event primitive instead of smol channels in thread queue 2024-01-26 09:57:48 +01:00
runtime.rs YARR (Yet Another Runtime Refactor) 2024-01-27 15:17:09 +01:00
traits.rs YARR (Yet Another Runtime Refactor) 2024-01-27 15:17:09 +01:00
util.rs Get rid of poll pending hack, more threads in example file 2024-01-26 08:38:09 +01:00