embassy/embassy-net/src
Dario Nieuwenhuis 02abe00439 net: don't use UnsafeCell.
The "must not be called reentrantly" invariant is too "global" to
maintain comfortably, and the cost of the RefCell is negligible,
so this was a case of premature optimization.
2022-12-03 00:56:16 +01:00
..
device.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
fmt.rs fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled. 2021-06-07 03:21:37 +02:00
lib.rs Switch to async-fn-in-trait 2022-11-25 21:02:06 +01:00
packet_pool.rs Run rustfmt. 2022-06-12 22:22:31 +02:00
stack.rs net: don't use UnsafeCell. 2022-12-03 00:56:16 +01:00
tcp.rs net: don't use UnsafeCell. 2022-12-03 00:56:16 +01:00
udp.rs net: don't use UnsafeCell. 2022-12-03 00:56:16 +01:00