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

Use intrusive_list in more places #24

Open
lewissbaker opened this issue Nov 13, 2019 · 0 comments
Open

Use intrusive_list in more places #24

lewissbaker opened this issue Nov 13, 2019 · 0 comments
Assignees

Comments

@lewissbaker
Copy link
Contributor

Replace the manual intrusive list implementations in various places with the intrusive_list class.

  • manual_event_loop
  • thread_unsae_event_loop
  • timed_single_thread_context (uses both prev/next to support efficient removals)
  • trampoline_scheduler
  • inplace_stop_token (uses both prev/next to support efficient removals)
@lewissbaker lewissbaker self-assigned this Nov 13, 2019
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

1 participant