Editor Plugins
English
Appearance
pub fn id(): int
Return current coroutine id.
use std.coroutine; fn main() throws { let id = coroutine.id(); }