Searched refs:StoreFiber (Results 1 – 2 of 2) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | fiber.rs | 408 pub(crate) struct StoreFiber<'a> { struct 435 impl<'a> StoreFiber<'a> { argument 463 impl Drop for StoreFiber<'_> { implementation 587 fiber: &mut StoreFiber<'_>, in replace() 705 fiber: &mut StoreFiber<'a>, in resume_fiber() 780 ) -> Result<StoreFiber<'a>> in make_fiber_unchecked() 840 Ok(StoreFiber { in make_fiber_unchecked() 866 ) -> Result<StoreFiber<'a>> in make_fiber() 925 fiber: StoreFiber<'a>, in resolve_or_release() 926 ) -> Result<Option<StoreFiber<'a>>> { in resolve_or_release() [all …]
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/ |
| H A D | concurrent.rs | 58 use crate::fiber::{self, StoreFiber, StoreFiberYield}; 566 Fiber(StoreFiber<'static>), 701 ResumeFiber(StoreFiber<'static>), 1762 async fn resume_fiber(&mut self, fiber: StoreFiber<'static>) -> Result<()> { in resume_fiber() 4360 Suspended(StoreFiber<'static>), 4361 Ready(StoreFiber<'static>), 4884 worker: Option<StoreFiber<'static>>, 4939 fibers: &mut Vec<StoreFiber<'static>>, in take_fibers_and_futures()
|