-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: GitHub commits: facebook/buck2-prelude@e32a969 facebook/fb303@4f29322 facebook/fbthrift@5e64424 facebook/folly@0a7af5c facebook/mvfst@65bc141 facebook/proxygen@c0af23d facebook/wangle@4380720 facebookexperimental/edencommon@c935ad9 facebookexperimental/rust-shed@12d7f23 fa26c43 Reviewed By: ckwalsh fbshipit-source-id: ac4315fbf7a528adfe11769ae4af193e0bffeac4
- Loading branch information
1 parent
fa26c43
commit 10e835c
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Subproject commit f60f6e290e2234d0c86f02bb92972476e6a528db | ||
Subproject commit 0a7af5c691eaec68eb9991ed4d4bfb8136252371 |
Submodule folly
updated
8 files
+3 −0 | folly/BUCK | |
+102 −62 | folly/CancellationToken-inl.h | |
+105 −1 | folly/CancellationToken.cpp | |
+32 −32 | folly/Synchronized.h | |
+13 −13 | folly/coro/BUCK | |
+0 −0 | folly/coro/README.md | |
+2 −2 | folly/coro/Task.h | |
+132 −0 | folly/test/CancellationTokenTest.cpp |