During the process of porting Crossbeam to SGX, I noticed that the function stack_size was removed from thread::builder on sgx_tstd. I suppose that the SDK/enclave handles this already with the parameter StackMaxSize, but is it safe to assume that any call to stack_size should be commented when porting crates, or is there anything else to do?
Thank you! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/357