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

io.github.hcoona.utils.Fcntl Maven / Gradle / Ivy

Go to download

Cross platform named mutex which provide a system-wide mutex synchronization primitive

The newest version!
package io.github.hcoona.utils;

import com.google.common.annotations.VisibleForTesting;

@VisibleForTesting
interface Fcntl {
  interface Oflag {
    int O_CREAT = 0_100;
    int O_EXCL = 0_200;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy