Commit graph

5 commits

Author SHA1 Message Date
Filip Tibell
588fc46807
Refactor runtime and callbacks
* Improved ergonomics and flexibility for crate consumers
* Simplified callback mechanism for errors
* Factor out runtime thread queues into proper structs
* Misc performance improvements - approx 20% faster scheduler
2024-01-24 19:50:25 +01:00
Filip Tibell
8f5edbe954
Fix it some more 2024-01-20 13:09:38 +01:00
Filip Tibell
5fe52a211b
Fix doc comment 2024-01-20 13:07:53 +01:00
Filip Tibell
f4e13bf8b7
Implement extension trait to be able to spawn Send futures from lua 2024-01-19 12:40:10 +01:00
Filip Tibell
34529c0235
Clean up lib and only export necessities 2024-01-19 11:22:51 +01:00