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
|
Full Usage:
this.Post
Parameters:
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
|
Mibo