org.codehaus.gpars

groovyx.gpars.dataflow.impl
[Java] Interface SelectRequest


public interface SelectRequest

Represents a request for value from a select. Each request holds a list of guards (boolean flags) to indicate, which input channels of the select should be queried, and a routine to invoke once a value is available.

Authors:
Vaclav Pech Date: 30th Sep 2010


Method Summary
boolean matchesMask(int index)

void valueFound(int index, java.lang.Object value)

 

Method Detail

matchesMask

public boolean matchesMask(int index)


valueFound

public void valueFound(int index, java.lang.Object value)


 

Copyright © 2008–2013 Václav Pech. All Rights Reserved.