Repository navigation

#

context-switching

High performance minimalism async-io(proactor) networking for Golang.

Go
794
3 个月前

A Collection of Plugins for kubectl Integration (exec as any user, context switching, etc).

Shell
631
1 年前

a Rust library implementing safe, lightweight context switches, without relying on kernel services

Rust
525
4 年前

© Concurrent Programming Library (Coroutine) for C11

Assembly
365
4 年前

Portable Cooperative Multi-tasking Scheduler for Arduino

C++
164
4 年前

Small x86/ARM Operating System built from scratch

C
49
6 年前

Arduino MiniOS is a tiny multi-tasking operating system for Arduino.

Assembly
25
6 年前

A shell context manager

Python
24
4 年前

Make context switches easily to be managed and tracked

TypeScript
22
6 个月前

Tiny command line to facilitate AVR hardware and software development and debugging.

Assembly
21
9 个月前

Context Switching involves storing the context or state of a process so that it can be reloaded when required and execution can be resumed from the same point as earlier. Act of switching from one process to another is called a "Context Switch".Typically there are several tasks to perform in a computer system. So if one task requires some I/O operation, you want to initiate the I/O operation and go on to the next task. You will come back to it later. When you return back to a process, you should resume where you left off. For all practical purposes, this process should never know there was a switch, and it should look like this was the only process in the system.

C
19
2 年前

Facilities for Context Switching and Coroutines on AVR microcontrollers and AVR-based Arduino boards (mirror)

C++
18
5 年前

App launcher. Context switcher. Automation. Like Bunch. But for windows.

AutoHotkey
7
2 年前

Delegate to the machine what it does best, and we do worst, when multitasking: Context switching.

Elm
7
8 年前

Painstakingly simple version switching for Composer. Built for teams with many PHP projects.

Python
6
4 年前

Simple context switching library for ARM Cortex-M MCUs in Rust

Rust
5
5 年前