pub fn create_isolation_domain(
thread_id: ThreadId,
config: IsolationConfig,
) -> Result<(), ThreadError>
Expand description
Create isolation domain for thread.
pub fn create_isolation_domain(
thread_id: ThreadId,
config: IsolationConfig,
) -> Result<(), ThreadError>
Create isolation domain for thread.