Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'generic/threadshare/src/runtime/executor/reactor/windows.rs')
-rw-r--r--generic/threadshare/src/runtime/executor/reactor/windows.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/threadshare/src/runtime/executor/reactor/windows.rs b/generic/threadshare/src/runtime/executor/reactor/windows.rs
index 1c92f00a6..e29056044 100644
--- a/generic/threadshare/src/runtime/executor/reactor/windows.rs
+++ b/generic/threadshare/src/runtime/executor/reactor/windows.rs
@@ -1,4 +1,5 @@
// SPDX-License-Identifier: MIT OR Apache-2.0
+// This is based on https://github.com/smol-rs/async-io
use polling::{Event, Poller};
use std::fmt;