All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.util.concurrent.Mock Maven / Gradle / Ivy

/*
 * Written by Stefan Zobel and released to the
 * public domain, as explained at
 * http://creativecommons.org/publicdomain/zero/1.0/
 */
package java.util.concurrent;

/**
 * A mock class for the {@code ForkJoinPool.MemBar} emulation of the
 * {@code sun.misc.Unsafe fence()} methods
 */
final class Mock {

    private volatile int v;

    Mock() {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy