mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 01:41:59 +00:00
Update src/Common/Threading.h
Co-authored-by: Igor Nikonov <954088+devcrafter@users.noreply.github.com>
This commit is contained in:
parent
985dff1dbf
commit
3f87e6cd77
@ -27,7 +27,7 @@ struct NotCancellable
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Responsible for synchronization needed to deliver thread cancellation signal.
|
// Responsible for synchronization needed to deliver thread cancellation signal.
|
||||||
// Basic building block for cancallable synchronization primitives.
|
// Basic building block for cancellable synchronization primitives.
|
||||||
// Allows to perform cancellable wait on memory addresses (think futex)
|
// Allows to perform cancellable wait on memory addresses (think futex)
|
||||||
class CancelToken
|
class CancelToken
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user