Remove macOS deprecation warning from event loop
This commit is contained in:
parent
d5006d109e
commit
c0e9b29bf4
1 changed files with 0 additions and 5 deletions
|
@ -10,11 +10,6 @@ use super::{EventLoop, MainThreadExecutor};
|
||||||
use crate::util::permit_alloc;
|
use crate::util::permit_alloc;
|
||||||
|
|
||||||
/// See [`EventLoop`][super::EventLoop].
|
/// See [`EventLoop`][super::EventLoop].
|
||||||
#[cfg_attr(
|
|
||||||
target_os = "macos",
|
|
||||||
deprecated = "macOS needs to have its own event loop implementation, this implementation may \
|
|
||||||
not work correctly"
|
|
||||||
)]
|
|
||||||
pub(crate) struct LinuxEventLoop<T, E> {
|
pub(crate) struct LinuxEventLoop<T, E> {
|
||||||
/// The thing that ends up executing these tasks. The tasks are usually executed from the worker
|
/// The thing that ends up executing these tasks. The tasks are usually executed from the worker
|
||||||
/// thread, but if the current thread is the main thread then the task cna also be executed
|
/// thread, but if the current thread is the main thread then the task cna also be executed
|
||||||
|
|
Loading…
Add table
Reference in a new issue