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

flow.async: Utility to block signals in thread; possibly throw in a convenience API for ..._task_loop. #61

Open
ygoldfeld opened this issue Mar 9, 2024 · 0 comments
Labels
enhancement New feature or request from-akamai-pre-open Issue origin is Akamai, before opening source

Comments

@ygoldfeld
Copy link
Contributor

~First thing in a given thread started by flow.async (..._task_loop interfaces/classes), it is desirable to block some set of signals, or all signals.

  • It is already a feature of ..._task_loop to provide a function to execute first-thing in every started thread in a thread pool. So one can do this manually.
  • Would be nice to provide a free function to do this conveniently.
  • After that, might be nice to provide some kind of hook to do this in ..._task_loop even more easily than supplying the thing from the preceding point to ..._task_loop::start().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request from-akamai-pre-open Issue origin is Akamai, before opening source
Projects
None yet
Development

No branches or pull requests

1 participant