Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrFull = serviceerror.NewUnavailable("flush buffer is full") ErrShutdown = serviceerror.NewUnavailable("flush buffer is shutdown") )
Functions ¶
Types ¶
type FlushItem ¶
type FlushItem[T any] struct { Item T Future *future.FutureImpl[struct{}] }
Click to show internal directories.
Click to hide internal directories.