fdb v5.1.7-0 FDB.Future View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %FDB.Future{on_resolve: [(any() -> any())], resource: identifier()}

Link to this section Functions

Link to this function await(future) View Source
await(t()) :: any()
Link to this function map(future, cb) View Source
map(t(), (any() -> any())) :: t()
Link to this function ready?(future) View Source
ready?(t()) :: boolean()