Skip to content

Commit 248b623

Browse files
l46kokcopybara-github
authored andcommitted
Add async completion coordinator
PiperOrigin-RevId: 982070232
1 parent e1a373b commit 248b623

5 files changed

Lines changed: 2377 additions & 0 deletions

File tree

runtime/planner/BUILD.bazel

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,10 @@ java_library(
2828
visibility = ["//:internal"],
2929
exports = ["//runtime/src/main/java/dev/cel/runtime/planner:async_gate"],
3030
)
31+
32+
java_library(
33+
name = "async_completion_coordinator",
34+
testonly = 1,
35+
visibility = ["//:internal"],
36+
exports = ["//runtime/src/main/java/dev/cel/runtime/planner:async_completion_coordinator"],
37+
)

0 commit comments

Comments
 (0)