Commit graph

8 commits

Author SHA1 Message Date
Filip Tibell
4117cfba75
Implement exit codes for runtime 2024-02-01 12:46:33 +01:00
Filip Tibell
da2846670b
Implement runtime handle struct for retrieving values back from spawned threads 2024-01-27 23:35:10 +01:00
Filip Tibell
3d6bf6e80c
Change example batch sizing for better benchmarking 2024-01-26 10:00:40 +01:00
Filip Tibell
bab29a5cbf
Get rid of poll pending hack, more threads in example file 2024-01-26 08:38:09 +01:00
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
ae1535fcc4
Add stylua and other formatters, apply formatting 2024-01-23 15:20:38 +01:00
Filip Tibell
261ceef0da
Set up basic testing using example files, fix consistency issues in examples 2024-01-23 13:44:31 +01:00
Filip Tibell
047e6a5f6e
I like to move it move it 2024-01-20 00:19:04 +01:00