Skip to content

v3.tempname

fn unique_token #

fn unique_token() string

unique_token returns a process-local suffix for temporary paths. The monotonic timestamp distinguishes sequential calls, while the stack address distinguishes concurrent workers.