Skip to content

Instantly share code, notes, and snippets.

View datenbrille's full-sized avatar
🎯
Focusing

Karl Spies datenbrille

🎯
Focusing
  • mySugr GmbH
  • Vienna
View GitHub Profile
### Keybase proof
I hereby claim:
* I am datenbrille on github.
* I am datenbrille (https://keybase.io/datenbrille) on keybase.
* I have a public key whose fingerprint is C42C 5EC5 7CDE 50B8 5CBA D89A ED90 940C 1CA0 71C0
To claim this, I am signing this object:
@datenbrille
datenbrille / ApplicationTests.java
Last active June 20, 2017 05:17
Simple Bocking Queue with java 8 native code
package io.couplespent;
import lombok.Data;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.*;
import java.util.concurrent.*;
import java.util.function.Consumer;