What would it take to serialize a Future?
⚓ Rust 📅 2026-06-23 👤 surdeus 👁️ 1I want an async runtime to support serializing its active tasks - those which support it, at least - and then deserialize that list to resume work (think hot-reloading; e.g. to add new endpoints to server, which shouldn't break old connections). I guess I'd need to change insides of the runtime, but would it need more?
5 posts - 4 participants
🏷️ Rust_feed