mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
chore: remove core/fibers (#2723)
Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
094df3ef3f
commit
7e0536fd4c
41 changed files with 74 additions and 86 deletions
|
@ -124,7 +124,7 @@ class ProtocolClient {
|
|||
base::IoBuf resp_buf_;
|
||||
|
||||
std::unique_ptr<util::FiberSocketBase> sock_;
|
||||
Mutex sock_mu_;
|
||||
util::fb2::Mutex sock_mu_;
|
||||
|
||||
protected:
|
||||
Context cntx_; // context for tasks in replica.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue