Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions async_context/0.0.9/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 4977aef3456ba57409da80aa9fc7591d
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Binary file added async_context/0.0.9/.doctrees/environment.pickle
Binary file not shown.
Binary file added async_context/0.0.9/.doctrees/index.doctree
Binary file not shown.
55 changes: 55 additions & 0 deletions async_context/0.0.9/_sources/api/async_context.md.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# async_context

## async::context

Defined in namespace `async::v0`

*import async_context;*

```{doxygenclass} v0::context
```

## async::inplace_context

Defined in namespace `async::v0`

*import async_context;*

```{doxygenclass} v0::basic_context
```

## async::proxy_context

Defined in namespace `async::v0`

*import async_context;*

```{doxygenclass} v0::proxy_context
```

## async::exclusive_access

Defined in namespace `async::v0`

*import async_context;*

```{doxygenclass} v0::exclusive_access
```

## async::blocked_by

Defined in namespace `async::v0`

*import async_context;*

```{doxygenenum} v0::blocked_by
```

## async::future\<T\>

Defined in namespace `async::v0`

*import async_context;*

```{doxygenclass} v0::future
```
15 changes: 15 additions & 0 deletions async_context/0.0.9/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
async_context API documentation
==================================

**Welcome to async_context API documentation**

`async_context` is a lightweight, C++23 coroutine library for embedded systems
and resource-constrained environments. Built with stack-based allocation to
avoid heap usage and designed to fit within a single cache line for optimal
performance.

.. toctree::
:caption: async_context Docs
:maxdepth: 4

api/async_context
Loading