"awaitable" meaning in All languages combined

See awaitable on Wiktionary

Adjective [English]

Etymology: From await + -able. Etymology templates: {{suffix|en|await|able}} await + -able Head templates: {{en-adj|-}} awaitable (not comparable)
  1. (programming) Able to be executed in an asynchronous manner, with the caller receiving any result at a later stage. Tags: not-comparable Categories (topical): Programming
    Sense id: en-awaitable-en-adj-itB2tjX4 Categories (other): English entries with incorrect language header, English terms suffixed with -able, Pages with 1 entry, Pages with entries Disambiguation of English entries with incorrect language header: 50 50 Disambiguation of English terms suffixed with -able: 68 32 Disambiguation of Pages with 1 entry: 51 49 Disambiguation of Pages with entries: 50 50 Topics: computing, engineering, mathematics, natural-sciences, physical-sciences, programming, sciences

Noun [English]

Forms: awaitables [plural]
Etymology: From await + -able. Etymology templates: {{suffix|en|await|able}} await + -able Head templates: {{en-noun}} awaitable (plural awaitables)
  1. (programming) An operation that can be executed in an asynchronous manner, with the caller receiving any result at a later stage. Categories (topical): Programming
    Sense id: en-awaitable-en-noun-UzBe2Fot Categories (other): English entries with incorrect language header, Pages with 1 entry, Pages with entries Disambiguation of English entries with incorrect language header: 50 50 Disambiguation of Pages with 1 entry: 51 49 Disambiguation of Pages with entries: 50 50 Topics: computing, engineering, mathematics, natural-sciences, physical-sciences, programming, sciences

Inflected forms

{
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "await",
        "3": "able"
      },
      "expansion": "await + -able",
      "name": "suffix"
    }
  ],
  "etymology_text": "From await + -able.",
  "head_templates": [
    {
      "args": {
        "1": "-"
      },
      "expansion": "awaitable (not comparable)",
      "name": "en-adj"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "adj",
  "senses": [
    {
      "categories": [
        {
          "kind": "topical",
          "langcode": "en",
          "name": "Programming",
          "orig": "en:Programming",
          "parents": [
            "Computing",
            "Software engineering",
            "Technology",
            "Computer science",
            "Engineering",
            "Software",
            "All topics",
            "Sciences",
            "Applied sciences",
            "Media",
            "Fundamental",
            "Communication"
          ],
          "source": "w"
        },
        {
          "_dis": "50 50",
          "kind": "other",
          "name": "English entries with incorrect language header",
          "parents": [
            "Entries with incorrect language header",
            "Entry maintenance"
          ],
          "source": "w+disamb"
        },
        {
          "_dis": "68 32",
          "kind": "other",
          "name": "English terms suffixed with -able",
          "parents": [],
          "source": "w+disamb"
        },
        {
          "_dis": "51 49",
          "kind": "other",
          "name": "Pages with 1 entry",
          "parents": [],
          "source": "w+disamb"
        },
        {
          "_dis": "50 50",
          "kind": "other",
          "name": "Pages with entries",
          "parents": [],
          "source": "w+disamb"
        }
      ],
      "glosses": [
        "Able to be executed in an asynchronous manner, with the caller receiving any result at a later stage."
      ],
      "id": "en-awaitable-en-adj-itB2tjX4",
      "links": [
        [
          "programming",
          "programming#Noun"
        ],
        [
          "execute",
          "execute"
        ],
        [
          "asynchronous",
          "asynchronous"
        ],
        [
          "caller",
          "caller"
        ],
        [
          "result",
          "result"
        ]
      ],
      "raw_glosses": [
        "(programming) Able to be executed in an asynchronous manner, with the caller receiving any result at a later stage."
      ],
      "tags": [
        "not-comparable"
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "programming",
        "sciences"
      ]
    }
  ],
  "word": "awaitable"
}

{
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "await",
        "3": "able"
      },
      "expansion": "await + -able",
      "name": "suffix"
    }
  ],
  "etymology_text": "From await + -able.",
  "forms": [
    {
      "form": "awaitables",
      "tags": [
        "plural"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {},
      "expansion": "awaitable (plural awaitables)",
      "name": "en-noun"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "noun",
  "senses": [
    {
      "categories": [
        {
          "kind": "topical",
          "langcode": "en",
          "name": "Programming",
          "orig": "en:Programming",
          "parents": [
            "Computing",
            "Software engineering",
            "Technology",
            "Computer science",
            "Engineering",
            "Software",
            "All topics",
            "Sciences",
            "Applied sciences",
            "Media",
            "Fundamental",
            "Communication"
          ],
          "source": "w"
        },
        {
          "_dis": "50 50",
          "kind": "other",
          "name": "English entries with incorrect language header",
          "parents": [
            "Entries with incorrect language header",
            "Entry maintenance"
          ],
          "source": "w+disamb"
        },
        {
          "_dis": "51 49",
          "kind": "other",
          "name": "Pages with 1 entry",
          "parents": [],
          "source": "w+disamb"
        },
        {
          "_dis": "50 50",
          "kind": "other",
          "name": "Pages with entries",
          "parents": [],
          "source": "w+disamb"
        }
      ],
      "glosses": [
        "An operation that can be executed in an asynchronous manner, with the caller receiving any result at a later stage."
      ],
      "id": "en-awaitable-en-noun-UzBe2Fot",
      "links": [
        [
          "programming",
          "programming#Noun"
        ],
        [
          "operation",
          "operation"
        ],
        [
          "execute",
          "execute"
        ],
        [
          "asynchronous",
          "asynchronous"
        ],
        [
          "caller",
          "caller"
        ],
        [
          "result",
          "result"
        ]
      ],
      "raw_glosses": [
        "(programming) An operation that can be executed in an asynchronous manner, with the caller receiving any result at a later stage."
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "programming",
        "sciences"
      ]
    }
  ],
  "word": "awaitable"
}
{
  "categories": [
    "English adjectives",
    "English countable nouns",
    "English entries with incorrect language header",
    "English lemmas",
    "English nouns",
    "English terms suffixed with -able",
    "English uncomparable adjectives",
    "Pages with 1 entry",
    "Pages with entries"
  ],
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "await",
        "3": "able"
      },
      "expansion": "await + -able",
      "name": "suffix"
    }
  ],
  "etymology_text": "From await + -able.",
  "head_templates": [
    {
      "args": {
        "1": "-"
      },
      "expansion": "awaitable (not comparable)",
      "name": "en-adj"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "adj",
  "senses": [
    {
      "categories": [
        "en:Programming"
      ],
      "glosses": [
        "Able to be executed in an asynchronous manner, with the caller receiving any result at a later stage."
      ],
      "links": [
        [
          "programming",
          "programming#Noun"
        ],
        [
          "execute",
          "execute"
        ],
        [
          "asynchronous",
          "asynchronous"
        ],
        [
          "caller",
          "caller"
        ],
        [
          "result",
          "result"
        ]
      ],
      "raw_glosses": [
        "(programming) Able to be executed in an asynchronous manner, with the caller receiving any result at a later stage."
      ],
      "tags": [
        "not-comparable"
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "programming",
        "sciences"
      ]
    }
  ],
  "word": "awaitable"
}

{
  "categories": [
    "English adjectives",
    "English countable nouns",
    "English entries with incorrect language header",
    "English lemmas",
    "English nouns",
    "English terms suffixed with -able",
    "English uncomparable adjectives",
    "Pages with 1 entry",
    "Pages with entries"
  ],
  "etymology_templates": [
    {
      "args": {
        "1": "en",
        "2": "await",
        "3": "able"
      },
      "expansion": "await + -able",
      "name": "suffix"
    }
  ],
  "etymology_text": "From await + -able.",
  "forms": [
    {
      "form": "awaitables",
      "tags": [
        "plural"
      ]
    }
  ],
  "head_templates": [
    {
      "args": {},
      "expansion": "awaitable (plural awaitables)",
      "name": "en-noun"
    }
  ],
  "lang": "English",
  "lang_code": "en",
  "pos": "noun",
  "senses": [
    {
      "categories": [
        "en:Programming"
      ],
      "glosses": [
        "An operation that can be executed in an asynchronous manner, with the caller receiving any result at a later stage."
      ],
      "links": [
        [
          "programming",
          "programming#Noun"
        ],
        [
          "operation",
          "operation"
        ],
        [
          "execute",
          "execute"
        ],
        [
          "asynchronous",
          "asynchronous"
        ],
        [
          "caller",
          "caller"
        ],
        [
          "result",
          "result"
        ]
      ],
      "raw_glosses": [
        "(programming) An operation that can be executed in an asynchronous manner, with the caller receiving any result at a later stage."
      ],
      "topics": [
        "computing",
        "engineering",
        "mathematics",
        "natural-sciences",
        "physical-sciences",
        "programming",
        "sciences"
      ]
    }
  ],
  "word": "awaitable"
}

Download raw JSONL data for awaitable meaning in All languages combined (2.4kB)


This page is a part of the kaikki.org machine-readable All languages combined dictionary. This dictionary is based on structured data extracted on 2025-03-06 from the enwiktionary dump dated 2025-03-02 using wiktextract (b81b832 and 633533e). The data shown on this site has been post-processed and various details (e.g., extra categories) removed, some information disambiguated, and additional data merged from other sources. See the raw data download page for the unprocessed wiktextract data.

If you use this data in academic research, please cite Tatu Ylonen: Wiktextract: Wiktionary as Machine-Readable Structured Data, Proceedings of the 13th Conference on Language Resources and Evaluation (LREC), pp. 1317-1325, Marseille, 20-25 June 2022. Linking to the relevant page(s) under https://kaikki.org would also be greatly appreciated.