synchronous-programming
There are 11 repositories under synchronous-programming topic.
EITSxiaozhai/FastApi_Blog
A modern blogging system based on FastAPI and Vue 3, using asynchronous front-end and back-end separation architecture, supporting Docker automated deployment, both efficient performance and ease of use.
marcpouzet/zrun
A Coiteration-based Executable Synchronous Semantics.
frameworklabs/proto_activities
Using Protothreads for Synchronous Programming in C
frameworklabs/ranger
Turns your M5StickC with the ToF HAT into a laser rangefinder.
imneonizer/imthread
This short little python module can help you with running your iterable functions on multithreading without any hassle of creating threads by yourself.
acorrenson/Ministrel
A toy implementation of a synchronous programming language inspired by Esterel
Sup3Legacy/arlustre
Arduino interface for the Heptagon synchronous dataflow-oriented language written in Zig.
apophis04/Synchronous-IPC-With-Fork-And-Pipe-main
To develop a synchronous interprocess communication through the use of both fork() and pipe() process
frameworklabs/ego
An M5 powered LEGO robot
mb11797/File-System-Command-Line-Utility-using-NodeJS
A utility that can be run from command line which can be used to compress any directory structure and all its subdirectories structure in a metadata file, and all the files data stored in binary format in a destination directory.
uncle-draza/AsyncDemo
A simple WPF application that demonstrates the difference in the execution of tasks in synchronous, asynchronous, and asynchronous parallel mode in C# programming language.