AnsweringResultHandler
Handles result passing between records in a NavigableCircuitContent.
This class manages the state needed for records to send and receive PopResults when navigating between screens. It maintains channels for each record key and tracks which results each record is expecting.
Functions
Link copied to clipboard
Awaits a result for a record. This suspends until a result is received or returns null if the result key doesn't match the expected key.
Link copied to clipboard
Checks if a record is expecting a result.
Link copied to clipboard
Prepares a record to receive a result with the given key.
Link copied to clipboard
Sends a result to a record.