[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["The `EnqueueBackgroundThread` function enqueues a new background thread request associated with a specific request ID."],["It requires a `request_id` string, a callable `target` function, positional arguments `args`, and keyword arguments `kwargs`."],["The function allows developers to specify the function and its associated parameters to be executed in the background."],["The return of this function is the `thread_id` of the new background thread that has been created."]]],[]]