AsyncIO.destroy

Destroys entire AsyncIO object. It's unusable after this point.

NOTE: this blocks the calling thread

class AsyncIO
void
destroy
()

Throws

ErrnoException if one of the underlying system calls failed

Meta