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
81308b65e3
Add missing clone derive
2024-01-28 18:56:33 +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
f02c370ad7
Fix doc test
2024-01-27 19:26:32 +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
577fa2e272
lua -> Lua
2024-01-27 15:23:59 +01:00
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
3d6bf6e80c
Change example batch sizing for better benchmarking
2024-01-26 10:00:40 +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
fe4563b4f8
Remove lua app data executor ref when done
2024-01-26 09:00:07 +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
1e09e6238e
Update dependencies
2024-01-26 08:22:15 +01:00
Filip Tibell
b10ec240da
Properly use default trait
2024-01-26 08:21:31 +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
ae1535fcc4
Add stylua and other formatters, apply formatting
2024-01-23 15:20:38 +01:00
Filip Tibell
99409e4b7a
Fix missing import in readme
2024-01-23 14:01:08 +01:00
Filip Tibell
98d7d0e6bb
Add readme and license
2024-01-23 13:59:50 +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
8ec2a647e4
Only use glob import for preludes
2024-01-23 13:25:53 +01:00
Filip Tibell
4fc7a31b32
Add missing examples to manifest
2024-01-20 13:13:40 +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
045959b92e
Add CI workflow
2024-01-20 13:04:28 +01:00
Filip Tibell
b2ce00b70d
Clarify comment in run_async
2024-01-20 11:34:10 +01:00
Filip Tibell
c00c07cf24
Remove lua arg from runtime struct methods
2024-01-20 11:18:00 +01:00
Filip Tibell
d1cc17b2d3
Add git attributes and editor config
2024-01-20 00:26:33 +01:00
Filip Tibell
047e6a5f6e
I like to move it move it
2024-01-20 00:19:04 +01:00
Filip Tibell
d5345c103b
Move lua files to their own directory
2024-01-19 23:52:53 +01:00
Filip Tibell
099d49c9e8
Add another benchmark-like example
2024-01-19 23:38:41 +01:00
Filip Tibell
d21b3723f5
Improve ergonomics for callbacks struct, improve examples, docs, naming
2024-01-19 23:23:56 +01:00
Filip Tibell
f33bb81324
Add default error callback and callbacks example
2024-01-19 23:07:23 +01:00
Filip Tibell
c87e0c4c71
Add more examples
2024-01-19 22:47:33 +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
0299568318
Convert main to an example that also includes value capture
2024-01-19 12:04:43 +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
Filip Tibell
d3e0d5f8c2
Make spawn function resume once instantly to be spec compliant
2024-01-19 10:02:19 +01:00
Filip Tibell
2a1972316a
Separate spawn and defer queues, optimize
2024-01-19 09:33:42 +01:00
Filip Tibell
4a6dbba1ed
Revert back to original benchmark
2024-01-18 21:59:06 +01:00
Filip Tibell
dac729cf46
Fix stack space issues, remove pending constant
2024-01-18 21:53:13 +01:00
Filip Tibell
78bb958797
Fix rare early exit condition because of async race
2024-01-18 18:20:42 +01:00
Filip Tibell
13d1f13c88
Get rid of unwraps where possible
2024-01-18 18:16:49 +01:00