Commit graph

9 commits

Author SHA1 Message Date
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
Filip Tibell
bc6909acd4
Use event primitive instead of smol channels in thread queue 2024-01-26 09:57:48 +01:00
Filip Tibell
df2747bae3
Use lock-free storage for runtime thread queue 2024-01-26 09:39:21 +01:00
Filip Tibell
1e09e6238e
Update dependencies 2024-01-26 08:22:15 +01:00
Filip Tibell
c6c4c2fd40
Implement thread callbacks, make a lib 2024-01-19 11:14:00 +01:00
Filip Tibell
bf0bd20ffc
Get rid of old stuff 2024-01-18 10:52:30 +01:00
Filip Tibell
ff812a5a77
This is the way 2024-01-17 19:58:27 +01:00
Filip Tibell
919aac3043
Error handling, stat counters, more speed 2024-01-17 09:29:46 +01:00
Filip Tibell
6a2c2f588e
Initial commit 2024-01-16 22:23:11 +01:00