Class (GI Class)

Dex-1DexMainScheduler

Hierarchy (View Summary)

Index

Constructors

Properties

Methods

Methods - Inherited from Dex.Scheduler

  • Request scheduler to spawn a Dex.Fiber.

    The fiber will have it's own stack and cooperatively schedules among other fibers sharing the schaeduler.

    If stack_size is 0, it will set to a sensible default. Otherwise, it is rounded up to the nearest page size.

    Parameters

    • stack_size: number

      stack size in bytes or 0

    Returns Dex.Future

    a Dex.Future that will resolve or reject when func completes (or it's resulting Dex.Future completes).

  • Releases a reference on the given object, and decreases its reference count by one.

    If it was the last reference, the resources associated to the instance are freed.

    Returns void

Interfaces

SignalSignatures