Flutter Engine
The Flutter Engine
|
#include <SkMessageBus.h>
Classes | |
class | Inbox |
struct | is_sk_sp |
struct | is_sk_sp< sk_sp< T > > |
Static Public Member Functions | |
static void | Post (Message m) |
The following method must have a specialization for type 'Message':
bool SkShouldPostMessageToBus(const Message&, IDType msgBusUniqueID)
We may want to consider providing a default template implementation, to avoid this requirement by sending to all inboxes when the specialization for type 'Message' is not present.
Definition at line 30 of file SkMessageBus.h.
|
static |
Definition at line 130 of file SkMessageBus.h.