read_async


Description:

public async void read_async (DataInputStream stream, Cancellable? cancel = null) throws Error

Read a schematic from an input stream asyncronously

Parameters:

stream

the stream to read the schematic from

cancel

a token to cancel a read in progress

Exceptions:

Error

TBD