This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import com.google.common.util.concurrent.Monitor; | |
| import java.util.concurrent.atomic.AtomicInteger; | |
| /** | |
| * Created by IntelliJ IDEA. | |
| * User: bbejeck | |
| * Date: 11/11/11 | |
| * Time: 10:01 PM | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ©2012 Viktor Klang | |
| package akka.klang | |
| import akka.dispatch.{ DispatcherPrerequisites, ExecutorServiceFactory, ExecutorServiceConfigurator } | |
| import com.typesafe.config.Config | |
| import java.util.concurrent.{ ExecutorService, AbstractExecutorService, ThreadFactory, TimeUnit } | |
| import java.util.Collections | |
| import javax.swing.SwingUtilities |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package net.arjones.sandbox; | |
| import net.lag.configgy.Config; | |
| import net.lag.kestrel.PersistentQueue; | |
| public class KestrelTest { | |
| public static void main(String[] args) throws InterruptedException { | |
| Config config = new Config(); |