Skip to content

Commit

Permalink
optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Dec 13, 2024
1 parent cbe85d5 commit 0024a1d
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
package channels

import channels.TestUtil.printErrors
import de.rmgk.delay.{Async, Callback}

import java.io.IOException
import java.net.{InetAddress, InetSocketAddress, ServerSocket, SocketException}
import java.nio.channels.ClosedChannelException
import java.util.concurrent.{Executors, Semaphore}
import scala.concurrent.ExecutionContext
import scala.util.{Failure, Success}

import TestUtil.printErrors

trait EchoCommunicationTest[Info](
serverConn: ExecutionContext => (Info, LatentConnection[MessageBuffer]),
clientConn: ExecutionContext => Info => LatentConnection[MessageBuffer]
Expand Down

0 comments on commit 0024a1d

Please sign in to comment.