mlua-luau-scheduler/examples
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
..
lua Change example batch sizing for better benchmarking 2024-01-26 10:00:40 +01:00
basic_sleep.rs YARR (Yet Another Runtime Refactor) 2024-01-27 15:17:09 +01:00
basic_spawn.rs YARR (Yet Another Runtime Refactor) 2024-01-27 15:17:09 +01:00
callbacks.rs YARR (Yet Another Runtime Refactor) 2024-01-27 15:17:09 +01:00
lots_of_threads.rs YARR (Yet Another Runtime Refactor) 2024-01-27 15:17:09 +01:00
scheduler_ordering.rs YARR (Yet Another Runtime Refactor) 2024-01-27 15:17:09 +01:00