Struct std::thread::Builder

struct Builder { ... }

A thread builder.

Use this struct to customize the way a thread is spawned.

Methods

impl Builder { ... }