#
structured-concurrency
Here are 18 public repositories matching this topic...
Coroutines, structured concurrency and CSP for Swift on macOS and Linux.
linux
swift
csp
performance
server
coroutines
fibers
travis-badge
server-side-swift
synchronous
codecov-url
swiftpm
swift-url
codebeat-url
non-blocking
codecov-badge
venice
green-threads
codebeat-badge
swift-badge
mit-badge
structured-concurrency
-
Updated
Apr 7, 2019 - Swift
Swift coroutines for iOS, macOS and Linux.
macos
linux
swift
ios
promises
async
asynchronous
atomic
scheduler
coroutines
thread
dispatch
multithreading
await
lock-free
async-await
futures
combine
coroutine
structured-concurrency
-
Updated
Dec 25, 2021 - Swift
Fine-grained concurrency for Ruby
ruby
http
networking
websocket
http2
concurrency
libev
structured-concurrency
polyphony
io-uring
iouring
ruby-fibers
-
Updated
Mar 24, 2022 - C
A JavaScript framework that makes building concurrent systems easy to get right.
-
Updated
Mar 7, 2022 - TypeScript
goodboy
commented
Aug 3, 2020
I totally forgot we have machinery for this in the "muti program" tests. We can likely reuse this on the "external ctrl-c" tests as well!
-
Updated
Jan 13, 2022 - Haskell
Primitive for structured concurrency.
-
Updated
Jan 6, 2022 - Rust
Shard for creating separate groups of fibers in a hierarchical way and to collect results and errors in a structured way.
-
Updated
Mar 8, 2022 - Crystal
This project aims to test the new async/await and concurrency features introduced in Swift 5.5.
-
Updated
Dec 18, 2021 - Swift
An app that fetches and displays Github profiles, using structured concurrency and SwiftUI.
-
Updated
Aug 25, 2021 - Swift
Functional programming in terms of dynamical systems. A declarative approach to application design.
kotlin
functional
dsl
declarative
process
dynamical-systems
coroutine
structured-concurrency
process-dsl
-
Updated
Mar 19, 2020 - Kotlin
Sample code demonstrating how to use async/await in Swift, using UIKit
-
Updated
Aug 8, 2021 - Swift
Simple C Linux application that can be used to detect sequences of edges on GPIO inputs
-
Updated
Jan 27, 2021 - C
An exploratory project for accelerating quantum systems simulation by performing approximate computations via artificial intelligence methods
-
Updated
Sep 26, 2021 - Swift
On the path to understanding concurrency...
-
Updated
Nov 29, 2019 - Python
A minimalistic wrapper for google api services which implements some common intermediate-level functionality which may be useful for wide range of projects.
-
Updated
Dec 6, 2021 - Swift
Improve this page
Add a description, image, and links to the structured-concurrency topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the structured-concurrency topic, visit your repo's landing page and select "manage topics."
What should happen if deliver_cancel raises an exception? In the current implementation, the shielded cancel scope will prevent it from propagating until the process exits, which might take a while if the crash occurred before signaling the process in any way. Maybe on exception from a user-specified deliver_cancel we should call the default deliver_cancel to kill the process? Or just kill() since