Modules§
- cleaner 🔒
Structs§
- IdDropper 🔒
- Managed
Thread Inner - Internal managed thread data.
- Managed
Thread 🔒Repr - An owned handle to a thread’s repr object.
- Thread
Mgr - Manages all threads owned by the monitor. Typically, this is all threads. Threads are spawned here and tracked in the background by a cleaner::ThreadCleaner. The thread cleaner detects when a thread has exited and performs any final thread cleanup logic.
Constants§
- DEFAULT_
STACK_ SIZE - Default stack size for the user stack.
- STACK_
SIZE_ MIN_ ALIGN - Stack minimium alignment.
- SUPER_
UPCALL_ STACK_ SIZE - Stack size for the supervisor upcall stack.
Type Aliases§
- Managed
Thread - A thread managed by the monitor.