feat add marl for fiber

This commit is contained in:
tqcq
2024-03-08 18:05:40 +08:00
parent b94e31983b
commit 1782dba5ba
105 changed files with 13215 additions and 2 deletions

View File

@@ -0,0 +1,27 @@
{
"licenses": [
"Apache-2.0",
"Apache-2.0-Header"
],
"paths": [
{
"exclude": [
".clang-format",
".gitignore",
".gitmodules",
".vscode/*.json",
"**.md",
"AUTHORS",
"LICENSE",
"go.mod",
"build/**",
"docs/imgs/*.svg",
"kokoro/**.cfg",
"third_party/benchmark/**",
"third_party/googletest/**",
"examples/run_webserver",
"examples/shell.emscripten.html"
]
}
]
}