mandala.rami.impl
Interface SingleThreadedSemantic

All Known Implementing Classes:
ListAsynchronousPolicy

public interface SingleThreadedSemantic

This interface serves only to identify asynchonous policies which implement a non-concurrent single-threaded semantic.

Such policies ensure that the underlying object of multiple asynchronous method invocations is never crossed by multiple threads at the same time. Hence, non-thread safe instances can still be accessed asynchronously using such policies.

Usually single-threaded semantic cannot be shared between asynchronous references.

Version:
1.0
Author:
eipi
See Also:
AsynchronousPolicy, ConcurrentSemantic



Mandala help mailing list