EdenSpark
Contents:
Getting Started
Scene
Resources
System
Input
Components
Physics
Math
Time
Render
Sound
Local storage
Generic storage
Coroutines
Free camera
Arcball camera
Tweener
Daslang’s documentation
Daslang 0.6 Reference Manual
Daslang Standard Library 0.6
1. Introduction
2. Core
3. Strings
4. I/O and Serialization
5. Data Structures
6. Algorithms and Functional
7. Data Formats
8. Entity Component System
9. Concurrency
9.1. Coroutines and additional generator support
9.2. Async/await coroutine macros
10. AST and Macros
11. Annotations and Contracts
12. Classes and Interfaces
13. Testing and Debugging
14. Code Quality and Refactoring
Indices and tables
EdenSpark
Daslang’s documentation
Daslang Standard Library 0.6
9.
Concurrency
View page source
9.
Concurrency
Job queues, coroutines, asynchronous operations, and cross-context invocation.
9.1. Coroutines and additional generator support
9.1.1. Type aliases
9.1.2. Function annotations
9.1.3. Call macros
9.1.4. Top level coroutine evaluation
9.2. Async/await coroutine macros
9.2.1. Function annotations
9.2.2. Awaiting
9.2.2.1. await
9.2.3. Running async tasks