Awaiter.async

Creates a new Thread from inside a Fiber and waits until it completed its work.

  1. T async(T delegate() func)
  2. void async(T delegate() func)
    class Awaiter
    void
    async
    (
    T : void
    )
    (
    T delegate
    ()
    func
    )

Meta