-
Notifications
You must be signed in to change notification settings - Fork 162
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@409c380 facebook/fb303@eff55d0 facebook/fbthrift@77ba99c facebook/folly@688bdbd facebook/mvfst@17b8763 facebook/proxygen@8357038 facebook/wangle@63cb452 facebookexperimental/edencommon@946e7ce facebookexperimental/rust-shed@d0d482e b88d9dc Reviewed By: bigfootjon fbshipit-source-id: 491d93963dac4990197d99f273276bfb3196696f
- Loading branch information
1 parent
b88d9dc
commit 98d56fd
Showing
3 changed files
with
17 additions
and
17 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 a806b71a49f7d5c383c161b8fe78b0460b1ccaf4 | ||
Subproject commit 688bdbdd6e31493eb79745d77e5b7f1a8ad3dfcb |
Submodule folly
updated
24 files
+0 −2 | CMakeLists.txt | |
+2 −2 | folly/ExceptionWrapper-inl.h | |
+6 −2 | folly/experimental/coro/test/AsyncGeneratorTest.cpp | |
+1 −0 | folly/io/BUCK | |
+47 −30 | folly/io/Cursor.h | |
+157 −219 | folly/io/IOBuf.cpp | |
+26 −70 | folly/io/IOBuf.h | |
+0 −2 | folly/io/async/AsyncSocket.cpp | |
+0 −3 | folly/io/async/BUCK | |
+13 −3 | folly/io/async/EventBase.cpp | |
+1 −0 | folly/io/test/BUCK | |
+47 −0 | folly/io/test/IOBufCursorBenchmark.cpp | |
+1 −3 | folly/lang/BUCK | |
+35 −0 | folly/lang/Exception.cpp | |
+26 −0 | folly/lang/Exception.h | |
+0 −28 | folly/lang/UncaughtExceptions.cpp | |
+1 −35 | folly/lang/UncaughtExceptions.h | |
+0 −24 | folly/lang/test/BUCK | |
+28 −0 | folly/lang/test/ExceptionBench.cpp | |
+20 −0 | folly/lang/test/ExceptionTest.cpp | |
+0 −49 | folly/lang/test/UncaughtExceptionsBench.cpp | |
+0 −187 | folly/lang/test/UncaughtExceptionsTest.cpp | |
+3 −1 | folly/synchronization/BUCK | |
+47 −2 | folly/synchronization/HazptrDomain.cpp |