Removed trailing whitespace
This commit is contained in:
parent
7894d15298
commit
ef452881f0
134 changed files with 939 additions and 940 deletions
|
|
@ -44,7 +44,7 @@ object Futures {
|
|||
def awaitEither[T](f1: Future[T], f2: Future[T]): Option[T] = {
|
||||
import Actor.Sender.Self
|
||||
import Actor.{spawn, actor}
|
||||
|
||||
|
||||
case class Result(res: Option[T])
|
||||
val handOff = new SynchronousQueue[Option[T]]
|
||||
spawn {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue