MCPcopy Create free account

hub / github.com/Fugoes/yaay-rs / functions

Functions151 in github.com/Fugoes/yaay-rs

Functionfn_poll
(task: NonNull<Task>, cx: &mut Context)
yaay-mt-runtime/src/task.rs:221
Functionfn_wake
(data: *const ())
yaay-mt-runtime/src/task_waker.rs:18
Functionfn_wake_by_ref
(data: *const ())
yaay-mt-runtime/src/task_waker.rs:24
Methodget
()
yaay-mt-runtime/src/worker.rs:72
Methodget
()
yaay-mt-runtime/src/task.rs:255
Methodget_i
(i: usize)
yaay-mio/src/shared.rs:44
Methodget_next
(task: NonNull<Task>)
yaay-mt-runtime/src/task.rs:63
Methodget_worker_id
(task: NonNull<Task>)
yaay-mt-runtime/src/task.rs:75
Methodinner_mut
(&mut self)
yaay-mio/src/container.rs:108
Functionmain
()
yaay-tests/src/mutex_and_faa.rs:7
Functionmain
()
yaay-tests/src/mio_empty.rs:11
Functionmain
()
yaay-tests/src/tokio_empty.rs:11
Functionmain
()
yaay-tests/src/mio_ping_pong.rs:18
Functionmain
()
yaay-tests/src/concurrent_wakeup.rs:11
Functionmain
()
yaay-tests/src/tokio_ping_pong.rs:16
Functionmio_spawn_event_loop
(n_threads: usize)
yaay-mio/src/prelude.rs:8
Methodnew
(local_i: usize, key: usize, ready: Ready)
yaay-mio/src/dispatcher.rs:25
Methodnew
()
yaay-mio/src/shared.rs:58
Methodnew
Create a worker manager that manages `n` workers.
yaay-mt-runtime/src/worker_manager.rs:58
Methodnew
()
yaay-mt-runtime/src/task_list.rs:24
Methodnew
()
yaay-mt-runtime/src/batch.rs:11
Methodnew
(n_threads: u32)
yaay-mt-runtime/src/epoch.rs:174
Methodnew
Create a new worker.
yaay-mt-runtime/src/worker.rs:54
Methodnew
(future: T)
yaay-mt-runtime/src/task.rs:49
Methodnew_from_waker
(local_i: usize, key: usize, ready: Ready, waker: Waker)
yaay-mio/src/dispatcher.rs:76
Methodnew_r
(t: T)
yaay-mio/src/container.rs:57
Methodnew_rw
(t: T)
yaay-mio/src/container.rs:78
Methodnew_w
(t: T)
yaay-mio/src/container.rs:68
Methodnext
(&mut self)
yaay-mt-runtime/src/task_list.rs:105
Methodpoll
(self: Pin<&mut Self>, _cx: &mut Context<'_>)
yaay-tests/src/mio_ping_pong.rs:62
Methodpoll
(self: Pin<&mut Self>, cx: &mut Context<'_>)
yaay-tests/src/concurrent_wakeup.rs:27
Methodpoll
(self: Pin<&mut Self>, _cx: &mut Context<'_>)
yaay-tests/src/tokio_ping_pong.rs:70
Methodpoll
(self: Pin<&mut Self>, _cx: &mut Context<'_>)
yaay-mio/src/dispatcher.rs:124
Methodpoll
(self: Pin<&mut Self>, _cx: &mut Context<'_>)
yaay-mt-runtime/src/worker.rs:200
Methodprepare_io
(&self)
yaay-mio/src/dispatcher.rs:47
Methodpush_batch
(batch_guard: &BatchGuard)
yaay-mt-runtime/src/runtime.rs:74
Methodrc
(task: NonNull<Task>)
yaay-mt-runtime/src/task.rs:87
Methodrc_dec
(task: NonNull<Task>)
yaay-mt-runtime/src/task.rs:101
Methodrc_inc
(task: NonNull<Task>)
yaay-mt-runtime/src/task.rs:93
Methodread
(&mut self, buf: &mut [u8])
yaay-mio/src/net/tcp_stream.rs:42
Methodrng_gen
()
yaay-mt-runtime/src/runtime.rs:77
Methodrng_gen
(&mut self)
yaay-mt-runtime/src/worker.rs:158
Methodrun_with
(async_main: T, n_threads: Self::Configuration,
yaay-mt-runtime/src/runtime.rs:16
Methodset
(worker: *mut Worker)
yaay-mt-runtime/src/worker.rs:68
Methodset_next
(mut task: NonNull<Task>, next: *mut Task)
yaay-mt-runtime/src/task.rs:69
Methodset_worker_id
(task: NonNull<Task>, worker_id: u32)
yaay-mt-runtime/src/task.rs:81
Methodshutdown_async
()
yaay-mt-runtime/src/runtime.rs:48
Functionspawn_bench
(bench: &mut Bencher)
yaay-tests/src/spawn_defer_bench.rs:11
Functionvtable_of
A trick to get a static reference to the vtable of type `T`.
yaay-mt-runtime/src/task.rs:213
Methodwait_io
(&self)
yaay-mio/src/dispatcher.rs:57
Methodwake
(task: NonNull<Task>)
yaay-mt-runtime/src/task.rs:113
← previous101–151 of 151, ranked by callers