All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.sciss.lucre.synth.InMemoryLike.scala Maven / Gradle / Ivy

There is a newer version: 3.30.0
Show newest version
/*
 *  InMemoryLike.scala
 *  (SoundProcesses)
 *
 *  Copyright (c) 2010-2019 Hanns Holger Rutz. All rights reserved.
 *
 *	This software is published under the GNU Lesser General Public License v2.1+
 *
 *
 *  For further information, please contact Hanns Holger Rutz at
 *  [email protected]
 */

package de.sciss.lucre.synth

import de.sciss.lucre.stm

object InMemoryLike {
  trait Txn[S <: Sys[S]] extends stm.InMemoryLike.Txn[S] with Sys.Txn[S]
}
trait InMemoryLike[S <: InMemoryLike[S]] extends stm.InMemoryLike[S] with Sys[S] {
  type Tx <: InMemoryLike.Txn[S]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy