Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrismaPhonic/tokio-context
/ types & classes
Types & classes
4 in github.com/PrismaPhonic/tokio-context
⨍
Functions
21
◇
Types & classes
4
↓ 1 callers
Class
RefContext
src/context.rs:169
Class
Context
An object that is passed around to asynchronous functions that may be used to check if the function it was passed into should perform a graceful termi
src/context.rs:99
Class
Handle
A handle returned from constructing a new [`Context`]. Used to cancel the context. You can explicitly call `cancel`, or, you can simply drop the Handl
src/context.rs:177
Class
TaskController
Handles spawning tasks which can also be cancelled by calling `cancel` on the task controller. If a [`std::time::Duration`] is supplied using the [`wi
src/task.rs:48