#include <pipe.h>
Public Member Functions | |
Poll< bool > | operator() () |
Push & | operator= (const Push &)=delete |
Push & | operator= (Push &&other) noexcept |
Push (const Push &)=delete | |
Push (Push &&other) noexcept | |
~Push () | |
Private Member Functions | |
Push (pipe_detail::Center< T > *center, T push) | |
Private Attributes | |
Center< T > * | center_ |
T | push_ |
Friends | |
class | PipeSender< T > |
|
inlinenoexcept |
|
inline |
|
inlineexplicitprivate |
|
inline |
|
delete |
|
inlinenoexcept |
|
friend |
|
private |
|
private |