GithubHelp home page GithubHelp logo

mfbalin / senders-io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maikel/senders-io

0.0 0.0 0.0 240 KB

An adaption of Senders/Receivers for async networking and I/O

License: Apache License 2.0

C++ 98.85% CMake 1.15%

senders-io's Introduction

senders-io

An adaption of Senders/Receivers for async networking and I/O

This repository is still very experimental and in development. It's goal is to create abstractions for file and networking i/o using stdexec as a model for asynchronous operations.

The basic principles are:

  • We use an async_resource concept to asynchronously create and asynchronously release a resource
    • such a resource is usable via some copyable, non-owning token such as a file_handle or socket_handle
    • examples are files, sockets, schedulers, memory ...
  • We use sequence-senders for operations that could potentially complete multiple times
    • completion are either sequential or in parallel
    • examples are read and write operations, resolving hostnames or accepting new connections

How to build this project

TODO

Documentation

Sequence Senders

async_resource

byte_stream / seekable_byte_stream

file_handle

io_scheduler

socket_handle

net_scheduler

senders-io's People

Contributors

maikel avatar mfbalin avatar runner-2019 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.