nevalang / neva

🌊 Flow-based programming language with static types and implicit parallelism. Compiles to native code and Go
https://nevalang.org
MIT License
85 stars 7 forks source link

[Idea]: Megadump of new components #654

Open Catya3 opened 1 month ago

Catya3 commented 1 month ago

FP and related components that will work together.

Please add comments and suggestions inline.

Catya3 commented 1 month ago

Addendum

time

Entity Signature Note
Delay<T> Delay(msg T) (msg T) delay message by an internal timer sec IInt