ocean v6.2.0 (2021-12-09T10:56:40Z)
Home
Dub
Repo
IScheduler.SpecializedPoolStats
ocean
task
IScheduler
IScheduler
Usage stats of a single specialized task pool
interface
IScheduler
struct
SpecializedPoolStats {
size_t
used_fibers
;
size_t
total_fibers
;
}
Members
Variables
total_fibers
size_t
total_fibers
;
Undocumented in source.
used_fibers
size_t
used_fibers
;
Undocumented in source.
Meta
Source
See Implementation
ocean
task
IScheduler
IScheduler
functions
await
awaitOrTimeout
awaitResult
delayedResume
epoll
eventLoop
getSpecializedPoolStats
getStats
processEvents
queue
schedule
shutdown
structs
Configuration
SpecializedPoolStats
Stats
Usage stats of a single specialized task pool