Skip to content

Add async::task type #1

@kammce

Description

@kammce

This type, unlike future never returns a value and is assumed to never end. Ending a task will change it's state to blocked_by::completion and resuming it will call the noop_coroutine_handle doing nothing. The sync_wait API will be removed with only resume available.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions