Module callback

Source

Structs§

AsyncCallbackMarker
AsyncMapCallbackMarker
BlockingCallbackMarker
BlockingMapCallbackMarker
Callback
A Callback is an object that implements Provider, similar to Service, except it is not associated with an Entity. Instead it can be passed around and shared as its own object. Cloning a Callback will produce a new reference to the same underlying instance. If the Callback has any internal state (e.g. Local parameters, change trackers, or mutable captured variables), that internal state will be shared among all its clones.
CallbackRequest
PendingCallbackRequest

Traits§

AsCallback
CallbackTrait
IntoAsyncCallback
IntoBlockingCallback
Use this to convert any Bevy system into a blocking callback.