Documentation
¶
Index ¶
Constants ¶
View Source
const AWAKEABLE_IDENTIFIER_PREFIX = "prom_1"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Awakeable ¶
type Awakeable struct {
// contains filtered or unexported fields
}
func NewAwakeable ¶
type Promise ¶ added in v0.12.0
type Promise struct {
// contains filtered or unexported fields
}
func NewPromise ¶ added in v0.12.0
type ResponseFuture ¶
type ResponseFuture struct {
// contains filtered or unexported fields
}
func NewResponseFuture ¶
func NewResponseFuture(suspensionCtx context.Context, entry *wire.CallEntryMessage, entryIndex uint32, newProtocolViolation func(error) any) *ResponseFuture
func (*ResponseFuture) Response ¶
func (r *ResponseFuture) Response() ([]byte, error)
type Selectable ¶
type Selectable interface {
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.