/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
//! Encapsulate thread-bound values in a safe manner. //! //! This allows non-`Send`/`Sync` values to be transferred across thread boundaries, checking at //! runtime at access sites whether it is safe to use them.
// # Safety // Access to the inner value is only permitted on the originating thread. unsafeimpl<T> Send for ThreadBound<T> {} unsafeimpl<T> Sync for ThreadBound<T> {}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.16 Sekunden
(vorverarbeitet am 2026-08-25)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.