October 2019
Intermediate to advanced
444 pages
10h 37m
English
Implement an actor-based sensor data reader in just a few steps:
[package]name = "actors"version = "0.1.0"authors = ["Claus Matzinger <claus.matzinger+kb@gmail.com>"]edition = "2018"[dependencies]actix = "^0.8"rand = "0.5"
use actix::prelude::*;use std::thread;use std::time::Duration;use rand::prelude::*;
Read now
Unlock full access