pub unsafe auto trait PSend { }
Expand description

Safe to be sent to another thread

This marker is used to allow Parc to be sent to another thread only if it is wrapped in a VWeak. The Parc is not Send to prevent escaping a newly allocated instance of it from a transaction.

Implementors

Auto implementors