Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding checking for "work done" status to IOFuture #8

Closed
azrael417 opened this issue Feb 21, 2022 · 1 comment
Closed

Adding checking for "work done" status to IOFuture #8

azrael417 opened this issue Feb 21, 2022 · 1 comment

Comments

@azrael417
Copy link

Hi all,

it would be helpful if IOFuture has a .done() member such as concurrent futures, i.e. a routine which checks whether the IO is complete. This would help iterating through lists/queues of outstanding requests and working on those which are done first.

for handle in iofuture_list:
   if not handle.done():
      continue
   #do whatever

Best Regards
Thorsten

@madsbk madsbk mentioned this issue Feb 21, 2022
@quasiben
Copy link
Member

closed by #9

vuule pushed a commit to vuule/kvikio that referenced this issue Nov 8, 2023
Make tz-aware attributes reflect local time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants