index
:
ydb
add-upcoming-event-1
alexv-smirnov-patch-1
alexv-smirnov1
blinkov-patch-1
docs-dont-link-to-archived-go-sdk
docs-drop-unused-files
docs-gtm
docs-quickstart-add-mkdir
docs-yfm-link
fix-header-ident-bloom
get_cmakelists2
license-year-2023
mai
main
readme-linkedin-link
readme-links-update
readme-social-update
roadmap
stable-22-2
stable-22-4
stable-22-5
stable-23-1
stable-23-2
stable-23-3
Mirror of YDB github repos
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
library
/
cpp
/
threading
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow to change (reduce) max queue size for common elastic queue
kulikov
2026-03-23
3
-1
/
+28
*
Switch to std atomics
kulikov
2026-03-20
4
-29
/
+26
*
suport MakeFuture<void>() and NewPromise<void>() calls
ilnurkh
2026-03-03
3
-9
/
+10
*
Return old implementation of GetWorkerThreadID. Do not persist threadId insid...
akhropov
2026-02-10
2
-23
/
+4
*
move library/cpp/threading/atomic to library/cpp/deprecated/atomic_bool
tobo
2026-01-29
5
-87
/
+0
*
TAtomic => std::atomic in library/cpp/threading/atomic
tobo
2026-01-28
2
-12
/
+9
*
feat contrib: add futures subscription from contrib
kuzin57
2026-01-26
22
-0
/
+1935
*
Default CancellationToken should create only one instance of a Promise
swarmer
2026-01-26
1
-1
/
+5
*
Intermediate changes
robot-piglet
2026-01-26
3
-0
/
+65
*
cosmetics: use std::move() + constexpr + make argument name consistent with d...
tobo
2026-01-24
1
-7
/
+7
*
TAtomic => std::atomic in library/cpp/threading/local_executor
tobo
2026-01-23
2
-36
/
+35
*
TAtomic => std::atomic in library/cpp/threading/cron + cosmetics
tobo
2026-01-22
3
-20
/
+18
*
TAtomic => std::atomic in skip_list
tobo
2026-01-19
2
-33
/
+18
*
[trivial] store pointer inside atomic
tobo
2026-01-15
1
-5
/
+4
*
use std::atomic instead of TAtomic
tobo
2026-01-14
3
-27
/
+22
*
Import RealAtomicSharedPtr to YDB GitHub
zaspa94
2025-12-24
2
-0
/
+425
*
Intermediate changes
robot-piglet
2025-12-18
1
-2
/
+2
*
Intermediate changes
robot-piglet
2025-12-17
1
-4
/
+24
*
Use generic thread-local value for kernel/groupattrs, crash context and event...
kulikov
2025-11-28
3
-18
/
+44
*
Switch generic tls to thread_local-based impl
kulikov
2025-11-26
1
-1
/
+1
*
TThreadLocalValue over standard thread_locals
kulikov
2025-11-25
1
-0
/
+122
*
Generic thread (yt fiber, etc) local storage
kulikov
2025-11-18
3
-1
/
+109
*
Better comment
thegeorg
2025-11-07
1
-1
/
+5
*
Try to prevent slicing in `co_return ex;`
thegeorg
2025-11-06
2
-1
/
+11
*
ysize -> size.
akhropov
2025-10-11
1
-1
/
+1
*
Fix a potential memory leak
akhropov
2025-10-11
1
-2
/
+2
*
Add return lvalue test (and fix corresponding bugs)
thegeorg
2025-07-16
2
-2
/
+7
*
coroutine_traits: Implicitly convert returned std::exception into erroneous T...
thegeorg
2025-07-15
2
-21
/
+89
*
Fix co_await argument dependent lookup for TFuture<T>
snaury
2025-07-01
4
-16
/
+84
*
Upver wine 10.8
nechda
2025-06-19
2
-3
/
+1
*
Fix object destruction order when using TFuture<T> coroutines
snaury
2025-06-19
3
-42
/
+157
*
TTryGuard for queue lock
nae202
2025-06-04
1
-39
/
+58
*
rm unused includes + fix memory_order
tobo
2025-05-31
1
-3
/
+1
*
AtomicTryLock() / AtomicUnlock() => TSpinLock
tobo
2025-05-30
1
-27
/
+17
*
Intermediate changes
robot-piglet
2025-04-14
1
-28
/
+30
*
List captured variables explicitly when 'this' has been implicitly captured t...
akhropov
2025-04-10
2
-4
/
+4
*
Fix TTbbLocalExecutor::GetWorkerThreadId. Enable test_fit_on_scipy_sparse_spm...
akhropov
2025-04-07
2
-4
/
+23
*
More detailed description of GetWorkerThreadId. Remove comments duplication
akhropov
2025-04-06
2
-3
/
+5
*
Add more IWYU export pragmas in library/*
vadim-xd
2025-04-06
1
-0
/
+2
*
[library/cpp/threading] Add convenience methods to schedule functions in TTas...
sskvor
2025-03-24
3
-62
/
+167
*
Fix cancellation in unifetcher
jolex007
2025-02-27
4
-0
/
+257
*
[libray/cpp/threading] Fix typo
sskvor
2024-11-05
1
-3
/
+3
*
Intermediate changes
robot-piglet
2024-10-15
1
-0
/
+1
*
fix tsan warnings in library/cpp/threading unit tests
kulikov
2024-09-12
1
-5
/
+5
*
Fix LSP in future-inl.h
k-vukolov
2024-08-19
1
-0
/
+1
*
Intermediate changes
robot-piglet
2024-08-06
2
-16
/
+60
*
Intermediate changes
robot-piglet
2024-08-02
1
-29
/
+33
*
Intermediate changes
robot-piglet
2024-08-01
3
-0
/
+201
*
Intermediate changes
robot-piglet
2024-07-29
5
-0
/
+195
*
TFuture add IsReady method
ilnurkh
2024-07-26
3
-0
/
+48
[next]