Skip to content

Commit

Permalink
Updating submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Open Source Bot authored and facebook-github-bot committed Jun 21, 2024
1 parent b4b935d commit c5c0d9b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cachelib/external/fbthrift
Submodule fbthrift updated 119 files
2 changes: 1 addition & 1 deletion cachelib/external/fizz
2 changes: 1 addition & 1 deletion cachelib/external/folly
Submodule folly updated 50 files
+1 −1 folly/ExceptionWrapper.h
+1 −1 folly/Executor.cpp
+1 −1 folly/File.h
+1 −1 folly/ScopeGuard.cpp
+7 −7 folly/Try-inl.h
+1 −1 folly/Varint.h
+1 −2 folly/channels/test/ChannelTestUtil.h
+7 −0 folly/concurrency/UnboundedQueue.h
+16 −0 folly/concurrency/container/BUCK
+562 −0 folly/concurrency/container/atomic_grow_array.h
+10 −0 folly/concurrency/container/test/BUCK
+187 −0 folly/concurrency/container/test/atomic_grow_array_test.cpp
+1 −1 folly/experimental/coro/AsyncGenerator.h
+3 −3 folly/experimental/coro/AsyncScope.h
+1 −0 folly/experimental/coro/BUCK
+4 −6 folly/experimental/coro/BlockingWait.h
+16 −16 folly/experimental/coro/Collect-inl.h
+2 −3 folly/experimental/coro/Generator.h
+2 −2 folly/experimental/coro/Merge-inl.h
+2 −2 folly/experimental/coro/Promise.h
+1 −1 folly/experimental/coro/Retry.h
+4 −4 folly/experimental/coro/Task.h
+1 −1 folly/experimental/coro/Timeout-inl.h
+2 −4 folly/experimental/coro/detail/InlineTask.h
+9 −6 folly/experimental/io/HugePages.cpp
+2 −2 folly/experimental/observer/detail/Core.cpp
+1 −1 folly/experimental/observer/detail/ObserverManager.cpp
+1 −1 folly/fibers/AtomicBatchDispatcher-inl.h
+1 −1 folly/fibers/BatchDispatcher.h
+2 −2 folly/fibers/Fiber.cpp
+5 −7 folly/fibers/FiberManagerInternal-inl.h
+1 −1 folly/fibers/ForEach-inl.h
+1 −1 folly/fibers/Promise-inl.h
+2 −2 folly/fibers/WhenN-inl.h
+3 −4 folly/futures/Future-inl.h
+1 −1 folly/futures/detail/Core.cpp
+1 −1 folly/gen/ParallelMap-inl.h
+1 −1 folly/io/async/HHWheelTimer.h
+1 −1 folly/io/async/VirtualEventBase.cpp
+1 −1 folly/json/JSONSchema.cpp
+1 −1 folly/lang/CheckedMath.h
+72 −3 folly/lang/Exception.cpp
+8 −1 folly/lang/Exception.h
+8 −0 folly/lang/test/CheckedMathTest.cpp
+90 −1 folly/lang/test/ExceptionBench.cpp
+21 −0 folly/lang/test/ExceptionTest.cpp
+1 −1 folly/observer/Observable-inl.h
+2 −2 folly/synchronization/DistributedMutex-inl.h
+1 −0 folly/test/BUCK
+10 −0 folly/test/ThreadLocalBenchmark.cpp

0 comments on commit c5c0d9b

Please sign in to comment.