Fibril.set

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void set(void[] stackArea, void function(void*) nothrow fn, void* opaque)
    struct Fibril
    nothrow @nogc
    void
    set
    (
    void[] stackArea
    ,
    void function
    (
    void*
    )
    nothrow
    fn
    ,
    void* opaque
    )
  2. void set(void[] stackArea, void delegate() nothrow dg)

Meta