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

io.github.hcoona.utils.Errno 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 Errno {
  int ENOENT = 2;
  int EINTR = 4;
  int EAGAIN = 11;
  int ETIMEDOUT = 110;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy