binaryninja-api
binaryninja-api copied to clipboard
doc: Add `BackgroundTaskThread` python example
To allow python plugins to do work not on the UI thread.
Also allows them to call update_analysis_and_wait().
Tested with a basic plugin.json as a full plugin and works.
Nice basic example and works as expected. Thanks.