-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
I suggest adding a hint somewhere in the book that in this environment, threads have very limited stack space. So you may often encounter stack overflow problems. The stack size can be specified in this way:
thread::Builder::new().stack_size(4096).spawn(|| {
// do something
})?;spectrachrome
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo