ets v0.7.1 Ets.Utils View Source

Contains helper macros used by Ets modules.

Link to this section Summary

Link to this section Functions

Link to this macro catch_bad_records(records, list) View Source (macro)
Link to this macro catch_error(list) View Source (macro)
Link to this macro catch_key_not_found(table, key, list) View Source (macro)
Link to this macro catch_record_too_small(table, record, list) View Source (macro)
Link to this macro catch_records_too_small(table, records, list) View Source (macro)
Link to this macro catch_table_already_exists(table_name, list) View Source (macro)
Link to this macro catch_table_not_found(table, list) View Source (macro)
Link to this function take_opt(opts, key, default) View Source
Link to this macro unwrap_or_raise(expr) View Source (macro)