
13 Aug
2008
13 Aug
'08
7:39 p.m.
Quoting [Hartmut Kaiser] (Aug 13 2008):
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)?
Cool :-)
Exactly. Regards Hartmut
-- Nothing is ever easy.