- Notifications
You must be signed in to change notification settings - Fork 0
Convert to an Async Runtime #9
Copy link
Copy link
Open
Labels
proposalA proposal for a changeA proposal for a change
Description
Activity
Metadata
Metadata
Assignees
Labels
proposalA proposal for a changeA proposal for a change
Because of the large amounts of file reading and network requests, it may be advantageous to move all IO operations to async. Alternitively, we could adopt a sans-io approach.