Commit graph

  • d5ec279b81
    Migrate to main lune repository main Filip Tibell 2024-06-05 16:47:02 +02:00
  • 82c8b902e0
    fix: exit codes are of u8, not i32 Erica Marigold 2024-04-12 21:36:47 +05:30
  • 22d15b3649
    feat: return raw i32 instead of ExitCode Erica Marigold 2024-04-12 15:00:46 +05:30
  • 3ca27fa51c
    Version 0.0.2 Filip Tibell 2024-03-11 18:40:05 +01:00
  • 139431f94e
    Initial public version Filip Tibell 2024-02-16 20:14:44 +01:00
  • 0207da50ae
    Use stable mlua version Filip Tibell 2024-02-16 13:24:19 +01:00
  • 71026f9692
    Fix missed items in thread queue Filip Tibell 2024-02-13 11:10:44 +01:00
  • 7c59d0c722
    Documentation and tracing improvements after rename Filip Tibell 2024-02-11 10:53:17 +01:00
  • 8e8647e061
    Last rename, I swear Filip Tibell 2024-02-11 10:47:39 +01:00
  • 2b75b461fe
    Clarify compatibility in readme Filip Tibell 2024-02-11 10:41:27 +01:00
  • 194cf40f21
    Separate the runtime and spawn traits since runtime should rarely be used Filip Tibell 2024-02-11 10:17:33 +01:00
  • ecbb9dcef8
    Add api to spawn blocking tasks from lua Filip Tibell 2024-02-11 10:14:01 +01:00
  • c14f84262f
    Fix readme example Filip Tibell 2024-02-11 09:25:24 +01:00
  • 317936770b
    Better imports in tracy example Filip Tibell 2024-02-11 09:24:15 +01:00
  • 82e67b4881
    Improve instrumentation and spans, add tracy example Filip Tibell 2024-02-10 15:24:42 +01:00
  • 834798593d
    Tracing improvements Filip Tibell 2024-02-10 13:57:25 +01:00
  • 63ecbf7b61
    Improve panic safety and queue performance Filip Tibell 2024-02-06 15:19:54 +01:00
  • 5eddd99422
    Use latest mlua to avoid clone Filip Tibell 2024-02-06 15:02:40 +01:00
  • c2cf9da5cd
    Fix unwrap on cancelled threads Filip Tibell 2024-02-01 14:57:31 +01:00
  • 1aba727ce6
    Add missing env function to wrap impl Filip Tibell 2024-02-01 14:43:52 +01:00
  • c653b73f75
    Change var name Filip Tibell 2024-02-01 14:40:41 +01:00
  • 89a25e42ed
    Fix oops Filip Tibell 2024-02-01 14:40:20 +01:00
  • b4bc15d4ce
    Add runtime-compatible versions of coroutine resume and wrap to functions struct Filip Tibell 2024-02-01 14:35:32 +01:00
  • 743d1075bf
    Add exit lua function to functions struct Filip Tibell 2024-02-01 14:07:03 +01:00
  • 4117cfba75
    Implement exit codes for runtime Filip Tibell 2024-02-01 12:46:33 +01:00
  • a5ae251fa3
    Add missing track method to trait Filip Tibell 2024-02-01 11:18:30 +01:00
  • 93a56e28c5
    Add back ability to async wait for threads to complete Filip Tibell 2024-02-01 11:11:17 +01:00
  • ecbd5149f8
    Use faster hash map for thread results Filip Tibell 2024-01-31 20:30:18 +01:00
  • a5d411e95c
    Inline some stuff Filip Tibell 2024-01-31 20:24:14 +01:00
  • 013537b27b
    Get rid of thread handles in favor of simple id-based map Filip Tibell 2024-01-31 20:17:15 +01:00
  • 5820858147
    Implement thread id struct and some more utils Filip Tibell 2024-01-31 19:40:11 +01:00
  • f4ecf7e018
    Make it easier to construct functions and spawn local futures on lua runtime Filip Tibell 2024-01-28 20:14:10 +01:00
  • 81308b65e3
    Add missing clone derive Filip Tibell 2024-01-28 18:56:33 +01:00
  • 7b2e15c676
    Organize lua functions created by runtime a bit better Filip Tibell 2024-01-28 18:05:54 +01:00
  • b03a0101e2
    Expand handle struct and runtime ext trait to be able to use from inside lua Filip Tibell 2024-01-28 14:51:40 +01:00
  • da2846670b
    Implement runtime handle struct for retrieving values back from spawned threads Filip Tibell 2024-01-27 23:35:10 +01:00
  • f02c370ad7
    Fix doc test Filip Tibell 2024-01-27 19:26:32 +01:00
  • 99412056da
    Integrate tracing into runtime Filip Tibell 2024-01-27 18:56:09 +01:00
  • fa4e6730ea
    Thank you clippy Filip Tibell 2024-01-27 15:46:03 +01:00
  • 577fa2e272
    lua -> Lua Filip Tibell 2024-01-27 15:23:59 +01:00
  • 053b85e0c1
    YARR (Yet Another Runtime Refactor) Filip Tibell 2024-01-27 15:17:09 +01:00
  • 3d6bf6e80c
    Change example batch sizing for better benchmarking Filip Tibell 2024-01-26 10:00:40 +01:00
  • bc6909acd4
    Use event primitive instead of smol channels in thread queue Filip Tibell 2024-01-26 09:57:48 +01:00
  • df2747bae3
    Use lock-free storage for runtime thread queue Filip Tibell 2024-01-26 09:39:21 +01:00
  • 5eeef3fec1
    Add safety check and resumption batching to runtime Filip Tibell 2024-01-26 09:16:39 +01:00
  • fe4563b4f8
    Remove lua app data executor ref when done Filip Tibell 2024-01-26 09:00:07 +01:00
  • bab29a5cbf
    Get rid of poll pending hack, more threads in example file Filip Tibell 2024-01-26 08:38:09 +01:00
  • 1e09e6238e
    Update dependencies Filip Tibell 2024-01-26 08:22:15 +01:00
  • b10ec240da
    Properly use default trait Filip Tibell 2024-01-26 08:21:31 +01:00
  • 588fc46807
    Refactor runtime and callbacks Filip Tibell 2024-01-24 19:50:25 +01:00
  • 913f575c74
    Use the official way of unit testing in examples Filip Tibell 2024-01-23 15:28:35 +01:00
  • ae1535fcc4
    Add stylua and other formatters, apply formatting Filip Tibell 2024-01-23 15:20:38 +01:00
  • 99409e4b7a
    Fix missing import in readme Filip Tibell 2024-01-23 14:01:08 +01:00
  • 98d7d0e6bb
    Add readme and license Filip Tibell 2024-01-23 13:59:50 +01:00
  • 261ceef0da
    Set up basic testing using example files, fix consistency issues in examples Filip Tibell 2024-01-23 13:44:31 +01:00
  • 8ec2a647e4
    Only use glob import for preludes Filip Tibell 2024-01-23 13:25:53 +01:00
  • 4fc7a31b32
    Add missing examples to manifest Filip Tibell 2024-01-20 13:13:40 +01:00
  • 8f5edbe954
    Fix it some more Filip Tibell 2024-01-20 13:09:38 +01:00
  • 5fe52a211b
    Fix doc comment Filip Tibell 2024-01-20 13:07:53 +01:00
  • 045959b92e
    Add CI workflow Filip Tibell 2024-01-20 13:04:28 +01:00
  • b2ce00b70d
    Clarify comment in run_async Filip Tibell 2024-01-20 11:34:10 +01:00
  • c00c07cf24
    Remove lua arg from runtime struct methods Filip Tibell 2024-01-20 11:18:00 +01:00
  • d1cc17b2d3
    Add git attributes and editor config Filip Tibell 2024-01-20 00:26:33 +01:00
  • 047e6a5f6e
    I like to move it move it Filip Tibell 2024-01-20 00:19:04 +01:00
  • d5345c103b
    Move lua files to their own directory Filip Tibell 2024-01-19 23:52:53 +01:00
  • 099d49c9e8
    Add another benchmark-like example Filip Tibell 2024-01-19 23:38:41 +01:00
  • d21b3723f5
    Improve ergonomics for callbacks struct, improve examples, docs, naming Filip Tibell 2024-01-19 23:23:56 +01:00
  • f33bb81324
    Add default error callback and callbacks example Filip Tibell 2024-01-19 23:07:23 +01:00
  • c87e0c4c71
    Add more examples Filip Tibell 2024-01-19 22:47:33 +01:00
  • f4e13bf8b7
    Implement extension trait to be able to spawn Send futures from lua Filip Tibell 2024-01-19 12:40:10 +01:00
  • 0299568318
    Convert main to an example that also includes value capture Filip Tibell 2024-01-19 12:04:43 +01:00
  • 34529c0235
    Clean up lib and only export necessities Filip Tibell 2024-01-19 11:22:51 +01:00
  • c6c4c2fd40
    Implement thread callbacks, make a lib Filip Tibell 2024-01-19 11:14:00 +01:00
  • d3e0d5f8c2
    Make spawn function resume once instantly to be spec compliant Filip Tibell 2024-01-19 10:02:19 +01:00
  • 2a1972316a
    Separate spawn and defer queues, optimize Filip Tibell 2024-01-19 09:33:42 +01:00
  • 4a6dbba1ed
    Revert back to original benchmark Filip Tibell 2024-01-18 21:59:06 +01:00
  • dac729cf46
    Fix stack space issues, remove pending constant Filip Tibell 2024-01-18 21:53:13 +01:00
  • 78bb958797
    Fix rare early exit condition because of async race Filip Tibell 2024-01-18 18:20:42 +01:00
  • 13d1f13c88
    Get rid of unwraps where possible Filip Tibell 2024-01-18 18:16:49 +01:00
  • cd090d877f
    Use async thread as stream, compare to mlua internal pending value Filip Tibell 2024-01-18 17:58:53 +01:00
  • 710c93d74b
    Fix not scheduling when done in main.luau Filip Tibell 2024-01-18 11:03:33 +01:00
  • bf0bd20ffc
    Get rid of old stuff Filip Tibell 2024-01-18 10:52:30 +01:00
  • 85da5e5646
    This is the way, part 2 Filip Tibell 2024-01-18 10:47:24 +01:00
  • ff812a5a77
    This is the way Filip Tibell 2024-01-17 19:58:27 +01:00
  • feaeca4b97
    Move tokio stuff to module Filip Tibell 2024-01-17 15:47:57 +01:00
  • aa1320daf1
    Some final experiments Filip Tibell 2024-01-17 15:46:17 +01:00
  • dec5e940ed
    Fix lua ext not yielding Filip Tibell 2024-01-17 13:46:54 +01:00
  • a4599618de
    Error message does not need thread id Filip Tibell 2024-01-17 13:42:46 +01:00
  • c920d31126
    Expand async ext for creating non-send functions Filip Tibell 2024-01-17 13:39:06 +01:00
  • c344fb927a
    Rename args Filip Tibell 2024-01-17 13:29:10 +01:00
  • b2e5dc9754
    More conversions Filip Tibell 2024-01-17 12:59:59 +01:00
  • bfb18064c8
    Implement async functions and error storage Filip Tibell 2024-01-17 12:45:42 +01:00
  • f366cc6fee
    Split stuff into proper modules Filip Tibell 2024-01-17 11:59:02 +01:00
  • 6143267ea5
    Give stdio its own task Filip Tibell 2024-01-17 11:29:54 +01:00
  • 084c8a1a21
    Implement args passing, more speed Filip Tibell 2024-01-17 11:02:21 +01:00
  • ec135b8a39
    Implement stdio Filip Tibell 2024-01-17 10:00:46 +01:00
  • 919aac3043
    Error handling, stat counters, more speed Filip Tibell 2024-01-17 09:29:46 +01:00
  • 134996bee6
    More speed Filip Tibell 2024-01-16 22:31:56 +01:00
  • 6a2c2f588e
    Initial commit Filip Tibell 2024-01-16 22:23:11 +01:00