summaryrefslogtreecommitdiff
path: root/rust/src/backgroundtask.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/backgroundtask.rs')
-rw-r--r--rust/src/backgroundtask.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/backgroundtask.rs b/rust/src/backgroundtask.rs
index 0a893ccd..234bc623 100644
--- a/rust/src/backgroundtask.rs
+++ b/rust/src/backgroundtask.rs
@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+//! Background tasks provide plugins the ability to run tasks in the background so they don't hand the UI
+
use binaryninjacore_sys::*;
use std::result;