flare icon indicating copy to clipboard operation
flare copied to clipboard

Flare是广泛投产于腾讯广告后台的现代化C++开发框架,包含了基础库、RPC、各种客户端等。主要特点为易用性强、长尾延迟低。

Results 5 flare issues
Sort by recently updated
recently updated
newest added

``` internal::QueueDpc([essentials = std::move(essentials)] { bool sample = flare::Random(1, 100)

# environment docker ubuntu22.04 clang 17 bazel ## .bazelrc add new configs ``` build:tsan --config=san-common --copt=-fsanitize=thread --linkopt=-fsanitize=thread build:tsan_llvm --config=llvm --config=tsan build:asan_llvm --config=llvm --config=asan ``` # future_test tsan coredump build command...

Flare is an awesome rpc framework and flare/base has many usefull function capsulations, and I want to use them in my own project. There is no CMakeFiles or configure script,...

https://github.com/Tencent/flare/blob/17b70d10f53b61e6af510c31a12bd889ad5ed03d/flare/fiber/timer.cc#L53-L83 没有看懂`UserCallback`的作用, `Run`函数完全没有调用啊, `running`也就显得乏力了