Package br.com.objectos.testing.concurrent
package br.com.objectos.testing.concurrent
Provides Objectos Concurrent implementations suitable for testing
environments.
- Since:
- 2
-
ClassesClassDescriptionAn
CpuWorkerthat immediately executes any offered task.AnIoWorkerthat immediately executes the submitted task.ACpuTaskinstance that is never active.ACpuWorkerimplementation that can be inspected for correct task submission but that does not execute any of the submitted tasks.