Description
Asynchronous IO code can return Future objects for reads, writes, and waits. Developers use this library to integrate IO operations with Future-based event loops and concurrency patterns. The files, sockets, or streams affected depend on the caller and may include network or local data.