java.lang.Object
swim.concurrent.PushRequest<T>
- All Implemented Interfaces:
PullRequest<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfinal Tget()final floatprio()voidpull(PullContext<? super T> context) booleanstay(StayContext context, int backlog)
-
Constructor Details
-
PushRequest
-
PushRequest
-
-
Method Details
-
get
-
prio
public final float prio()- Specified by:
prioin interfacePullRequest<T>
-
pull
- Specified by:
pullin interfacePullRequest<T>
-
drop
- Specified by:
dropin interfacePullRequest<T>
-
stay
- Specified by:
stayin interfacePullRequest<T>
-