-
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@9d30891 facebook/fb303@d830eff facebook/fbthrift@75f1db0 facebook/folly@44e3865 facebook/mvfst@d3efad2 facebook/proxygen@4dc71c5 facebook/wangle@f3abd05 facebookexperimental/edencommon@d38b6be facebookexperimental/rust-shed@602be92 a52532e Reviewed By: JurjenLelifeld fbshipit-source-id: 187c209c6592e43d86110e73d58afd6d877e5002
- Loading branch information
1 parent
a52532e
commit 680fbab
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 e270aa1727d89bb486d0f278d69ddfb4a51c5800 | ||
Subproject commit 44e3865ec6b0e87e1a60dcd0cbb84b1d2a40eb35 |
Submodule folly
updated
8 files
+75 −11 | folly/Traits.h | |
+1 −1 | folly/Utility.h | |
+20 −7 | folly/coro/TaskWrapper.h | |
+25 −0 | folly/coro/test/TaskWrapperTest.cpp | |
+20 −11 | folly/debugging/symbolizer/test/validate_folly_symbolizer.bzl | |
+3 −3 | folly/functional/traits.h | |
+5 −2 | folly/lang/Cast.h | |
+47 −20 | folly/test/TraitsTest.cpp |