Skip to content

Implement async I/O support in System.IO.FileSystem/Pipes on Unix #14134

@stephentoub

Description

@stephentoub

System.IO.FileSystem has an initial implementation on Unix, but it doesn't yet have special support for async I/O (right now the async operations just rely on the base Stream type's implementation, which will schedule a work item to invoke the synchronous implementations).

Metadata

Metadata

Assignees

Labels

api-approvedAPI was approved in API review, it can be implementedos-linuxLinux OS (any supported distro)tenet-performancePerformance related issue

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions