mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
LibCore: Add swift bindings for EventLoop as an Executor and Actor
This commit is contained in:
parent
3af63bc5a3
commit
c8787e6a9f
Notes:
github-actions[bot]
2025-03-16 03:52:13 +00:00
Author: https://github.com/ADKaster
Commit: c8787e6a9f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3880
10 changed files with 224 additions and 1 deletions
5
Tests/LibCore/module.modulemap
Normal file
5
Tests/LibCore/module.modulemap
Normal file
|
@ -0,0 +1,5 @@
|
|||
module CoreTesting {
|
||||
header "TestEventLoop.h"
|
||||
requires cplusplus
|
||||
export *
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue