pub trait Post: Send + Sync { }
Types that can be explicitly sent to a new thread. This differs from Send in that we can provide an explicit post step (e.g. postMessage on the Web).
Send
postMessage