Kapai
Results
1
comments of
Kapai
` Item &operator=(Item &&item) { boost::this_fiber::yield(); value = item.value; return *this; }` You overloaded the method. channel.push internal use std::move. internal spinlock_ttas is locked. After yielding, the internal lock is...