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

akka.util.Unsafe Maven / Gradle / Ivy

/**
 * Copyright (C) 2009-2014 Typesafe Inc. 
 */


package akka.util;

/**
 * INTERNAL API
 */
public final class Unsafe {
    public final static sun.misc.Unsafe instance = scala.concurrent.util.Unsafe.instance;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy