Package

spinal.core

fiber

Permalink

package fiber

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. fiber
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class AsyncThread extends Nameable

    Permalink
  2. class EngineContext extends AnyRef

    Permalink
  3. class Fiber extends Area

    Permalink
  4. class Handle[T] extends Nameable with OverridedEqualsHashCode

    Permalink
  5. class HardForkApi extends AnyRef

    Permalink
  6. case class Lock() extends Handle[Int] with Product with Serializable

    Permalink
  7. trait Lockable extends Area

    Permalink
  8. case class Retainer() extends Area with Product with Serializable

    Permalink
  9. class RetainerGroup extends Area

    Permalink
  10. class RetainerHold extends Handle[Unit]

    Permalink
  11. class Unset extends AnyRef

    Permalink

Value Members

  1. object AsyncThread

    Permalink
  2. object ElabDemo extends App

    Permalink
  3. object ElabOrderId

    Permalink
  4. object Engine extends ScopeProperty[EngineContext]

    Permalink
  5. object Fiber

    Permalink
  6. object Handle

    Permalink
  7. object RetainerGroup

    Permalink
  8. object Test1 extends App

    Permalink
  9. object Test2 extends App

    Permalink
  10. object Test3 extends App

    Permalink
  11. object Unset extends Unset

    Permalink
  12. def hardFork[T](body: ⇒ T): Handle[T]

    Permalink
  13. def hardFork: HardForkApi

    Permalink
  14. def hardForkRaw[T](withDep: Boolean = true)(body: ⇒ T): (Handle[T], AsyncThread)

    Permalink
  15. def hardForkRawHandle[T](withDep: Boolean = true)(body: (Handle[T]) ⇒ T): (Handle[T], AsyncThread)

    Permalink
  16. def soon(that: Handle[_], others: Handle[_]*): Unit

    Permalink
  17. def soon(that: Seq[Handle[_]]): Unit

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped