gst-plugins-rs/generic/threadshare/src/runtime/executor
Sebastian Dröge 4ad101b53b Use once_cell crate directly again
The glib crate does not depend on it anymore and also does not re-export
it anymore.

Also switch some usages of OnceCell to OnceLock from std.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1441>
2024-01-31 18:07:57 +02:00
..
reactor generic: threadshare: macOS fixes 2023-10-02 15:09:26 +02:00
async_wrapper.rs generic: threadshare: macOS fixes 2023-10-02 15:09:26 +02:00
context.rs Use once_cell crate directly again 2024-01-31 18:07:57 +02:00
join.rs ts/executor: replace tokio with smol-like implementation 2021-12-25 11:25:56 +00:00
mod.rs generic: threadshare: port to polling 3.1.0 2023-10-01 17:45:29 +02:00
reactor.rs generic: threadshare: macOS fixes 2023-10-02 15:09:26 +02:00
scheduler.rs threadshare: Fix docs typos 2023-10-03 11:13:07 +03:00
task.rs ts/runtime: slight optimizations for sub tasks related operations 2022-08-18 18:42:18 +02:00
timer.rs ts/timers: multiple improvements 2022-09-13 07:29:50 +00:00