Logo Mibo

SubPosting Type

The post surface handed to an AdaptiveSub attach function: SubPosting.Post queues work for the pre-step drain, which runs on the owner thread at the next step's boundary, before Update. Framework subscriptions also queue work for the post drain (after Update, before the frame is forced) through an internal member; that moment is not part of the public contract.

Instance members

Instance member Description

this.Post

Full Usage: this.Post

Parameters:
    work : unit -> unit - The work to run at the next step's boundary.

Queues work for the pre-step drain: it runs on the owner thread at the next step's boundary, before Update, in post order. Subscription events go here; the state they write is in place before the step's Update reads it.

work : unit -> unit

The work to run at the next step's boundary.

Type something to start searching.