
13 Aug
2008
13 Aug
'08
7:33 p.m.
I take that Plain would be the default then, and, also by default, not be visible? Thus you'd have:
bytes_read = f.read (buffer, len) bytes_read = f.read (buffer, len, type=saga.task.Plain) task = f.read (buffer, len, type=saga.task.Sync) task = f.read (buffer, len, type=saga.task.Async) task = f.read (buffer, len, type=saga.task.Task)
with the first two being the same call (once with default parameter, once explicit)?
Exactly. Regards Hartmut