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 io.scalac.amqp | |
| import akka.actor.ActorSystem | |
| import akka.stream.ActorMaterializer | |
| import akka.stream.scaladsl.{Sink, Source} | |
| //import scala.concurrent.ExecutionContext.Implicits.global | |
| object CheckOrdering extends App { | |
| val max = 100000 |
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 java.io.IOException | |
| import scalaz.zio.console.putStrLn | |
| import scalaz.zio.{IO, IOApp, IOQueue, Void} | |
| import scala.concurrent.duration.Duration | |
| sealed trait PongMessages | |
| case class Ping(n: Int) extends PongMessages | |
| case object Stop extends PongMessages |
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
| { | |
| "name": "LGLO Pool 0", | |
| "description": "Mamba test pool LGLO Pool 0", | |
| "ticker": "LGLO0", | |
| "homepage": "https://github.com/LGLO" | |
| } |