Initial node implementation #4

Merged
zack merged 51 commits from develop into master 2023-07-19 18:09:13 +00:00
32 changed files with 840 additions and 44 deletions
Showing only changes of commit 07ae111e15 - Show all commits

View File

@ -1,6 +1,3 @@
use core::cell::Cell;
use crate::cell::CellView;
use crate::transducer::Stateful;
pub trait Poll<T: Copy> {
async fn poll() -> T;