[−][src]Module holochain_core::instance
Structs
Instance |
Object representing a Holochain instance, i.e. a running holochain (DNA + DHT + source-chain) Holds the Event loop and processes it with the redux pattern. |
Observer |
State Observer that executes a closure everytime the State changes. |
Constants
RECV_DEFAULT_TIMEOUT_MS |
Statics
DISPATCH_WITHOUT_CHANNELS |
Functions
dispatch_action |
Send Action to the Event Queue |
dispatch_action_and_wait |
Send Action to Instance's Event Queue and block until is has been processed. |
dispatch_action_with_observer |
Send Action to the Event Queue and create an Observer for it with the specified closure |