Filip Tibell
|
71026f9692
|
Fix missed items in thread queue
|
2024-02-13 11:10:44 +01:00 |
|
Filip Tibell
|
63ecbf7b61
|
Improve panic safety and queue performance
|
2024-02-06 15:19:54 +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
|
f4ecf7e018
|
Make it easier to construct functions and spawn local futures on lua runtime
|
2024-01-28 20:14:10 +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
|
99412056da
|
Integrate tracing into runtime
|
2024-01-27 18:56:09 +01:00 |
|
Filip Tibell
|
fa4e6730ea
|
Thank you clippy
|
2024-01-27 15:46:03 +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
|
5eeef3fec1
|
Add safety check and resumption batching to runtime
|
2024-01-26 09:16:39 +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 |
|