Uses of Class
org.jcsp.lang.Any2AnyImpl
-
Packages that use Any2AnyImpl Package Description org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP. -
-
Uses of Any2AnyImpl in org.jcsp.lang
Subclasses of Any2AnyImpl in org.jcsp.lang Modifier and Type Class Description (package private) classAny2AnyChannelImpl<T>This implements an any-to-any object channel, safe for use by many writers and many readers.(package private) classBufferedAny2AnyChannel<T>This implements an any-to-any object channel with user-definable buffering, safe for use by many writers and many readers.(package private) classPoisonableAny2AnyChannelImpl<T>(package private) classPoisonableBufferedAny2AnyChannel<T>
-