Documentation Index
Fetch the complete documentation index at: https://starrycodes.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
🔁 Retry & Time Control
The total number of attempts to make before giving up.
Future a specified number of times upon failure. Essential for handling transient network errors.🔍 Internal Status
Checks if the
Future has completed (either successfully or with an error). Note: This method starts the Future execution if it hasn’t begun.Futures
Wraps this
Future inside a Completer. An internal utility for managing Future state within other asynchronous flows.Futures
