Constant BYTES_PER_THREAD

Source
pub const BYTES_PER_THREAD: usize = 1024;
Expand description

This needs to be big enough to store all thread-local variables for a single thread. We fail at runtime if this limit is exceeded.