Available on crate feature
concurrency only.Expand description
Thread safety abstractions for the editor
Provides thread-safe wrappers and synchronization primitives for multi-threaded editor usage, ensuring safe concurrent access to document state and operations.
Structsยง
- Async
Document async - Async-friendly wrapper for non-blocking operations
- Document
Pool - Thread-safe document pool for managing multiple documents
- Scoped
Document Lock - Scoped lock guard for batch operations
- Sync
Document - Thread-safe wrapper for EditorDocument