Asynchronous I/O that doesn’t get in your way, written in D
The search functionality needs JavaScript enabled
Waits for incoming data without actually reading it.
abstract void waitForData ( PipeFD pipe, nothrow @safe void delegate(PipeFD, IOStatus, ulong) on_data_available ) nothrow @safe;