Commit graph

15 commits

Author SHA1 Message Date
Filip Tibell
8e8647e061
Last rename, I swear 2024-02-11 10:47:39 +01:00
Filip Tibell
194cf40f21
Separate the runtime and spawn traits since runtime should rarely be used 2024-02-11 10:17:33 +01:00
Filip Tibell
4117cfba75
Implement exit codes for runtime 2024-02-01 12:46:33 +01:00
Filip Tibell
013537b27b
Get rid of thread handles in favor of simple id-based map 2024-01-31 20:17:15 +01:00
Filip Tibell
5820858147
Implement thread id struct and some more utils 2024-01-31 19:40:11 +01:00
Filip Tibell
f4ecf7e018
Make it easier to construct functions and spawn local futures on lua runtime 2024-01-28 20:14:10 +01:00
Filip Tibell
7b2e15c676
Organize lua functions created by runtime a bit better 2024-01-28 18:05:54 +01:00
Filip Tibell
b03a0101e2
Expand handle struct and runtime ext trait to be able to use from inside lua 2024-01-28 14:51:40 +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
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
913f575c74
Use the official way of unit testing in examples 2024-01-23 15:28:35 +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
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
Filip Tibell
c6c4c2fd40
Implement thread callbacks, make a lib 2024-01-19 11:14:00 +01:00