Skip to content

Commit

Permalink
chore: update folly/fbthrift
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Nov 20, 2023
1 parent 99e7680 commit 6214ccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fbthrift
Submodule fbthrift updated 566 files
2 changes: 1 addition & 1 deletion folly
Submodule folly updated 43 files
+19 −0 build/fbcode_builder/CMake/FindLMDB.cmake
+200 −0 build/fbcode_builder/CMake/RustStaticLibrary.cmake
+7 −0 build/fbcode_builder/getdeps.py
+2 −0 build/fbcode_builder/manifests/eden
+17 −0 build/fbcode_builder/manifests/lmdb
+9 −2 folly/MapUtil.h
+1 −1 folly/Memory.h
+10 −8 folly/SharedMutex.h
+6 −1 folly/container/F14Map.h
+36 −0 folly/docs/examples/folly/MapUtil.cpp
+84 −0 folly/experimental/channels/MaxConcurrentRateLimiter.cpp
+56 −0 folly/experimental/channels/MaxConcurrentRateLimiter.h
+1 −1 folly/experimental/channels/MultiplexChannel-inl.h
+0 −65 folly/experimental/channels/RateLimiter.cpp
+31 −37 folly/experimental/channels/RateLimiter.h
+26 −24 folly/experimental/channels/Transform-inl.h
+1 −1 folly/experimental/channels/detail/Utility.h
+89 −0 folly/experimental/channels/test/MaxConcurrentRateLimiterTest.cpp
+2 −1 folly/experimental/channels/test/MultiplexChannelTest.cpp
+3 −2 folly/experimental/channels/test/TransformTest.cpp
+4 −1 folly/experimental/coro/AsyncGenerator.h
+3 −0 folly/experimental/coro/Mutex.h
+2 −0 folly/experimental/coro/SharedMutex.h
+9 −0 folly/experimental/coro/detail/BarrierTask.h
+40 −0 folly/experimental/coro/test/AsyncGeneratorBenchmark.cpp
+7 −4 folly/experimental/io/AsyncIoUringSocket.cpp
+6 −2 folly/experimental/io/AsyncIoUringSocket.h
+33 −1 folly/experimental/io/IoUringBackend.cpp
+23 −0 folly/experimental/io/IoUringBackend.h
+14 −1 folly/experimental/io/IoUringBase.h
+54 −55 folly/experimental/settings/Settings.h
+5 −1 folly/init/Init.cpp
+3 −0 folly/init/Init.h
+343 −33 folly/io/Cursor.h
+5 −2 folly/io/async/EventBase.cpp
+8 −8 folly/io/async/EventBaseAtomicNotificationQueue-inl.h
+37 −4 folly/lang/Hint.h
+29 −0 folly/lang/test/HintTest.cpp
+33 −7 folly/logging/Init.cpp
+2 −0 folly/logging/Init.h
+1 −1 folly/ssl/OpenSSLLockTypes.h
+2 −16 folly/ssl/detail/OpenSSLThreading.cpp
+14 −17 folly/synchronization/Lock.h

0 comments on commit 6214ccb

Please sign in to comment.