Skip to content

Commit 0b8d68a

Browse files
committed
Sketch for jsg::DeferredPromise<T> implementation
1 parent e43a3f5 commit 0b8d68a

File tree

6 files changed

+2992
-0
lines changed

6 files changed

+2992
-0
lines changed

src/workerd/jsg/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ wd_cc_library(
9393
hdrs = [
9494
"async-context.h",
9595
"buffersource.h",
96+
"deferred-promise.h",
9697
"dom-exception.h",
9798
"fast-api.h",
9899
"function.h",
@@ -134,6 +135,7 @@ wd_cc_library(
134135
"//src/workerd/util", # Required for util/batch-queue.h
135136
"//src/workerd/util:autogate",
136137
"//src/workerd/util:sentry",
138+
"//src/workerd/util:state-machine",
137139
"//src/workerd/util:thread-scopes",
138140
"@capnp-cpp//src/kj",
139141
"@workerd-v8//:v8",

0 commit comments

Comments
 (0)