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

Align to use virtual threads #540

Merged

Commits on Mar 19, 2024

  1. Align to use virtual threads

    * In scope of this ticket I removed synchronized blocks as they
    pin virtual thread to carrier thread.
    * Expose user way to inject ThreadFactory for creating virtual
    threads
    wyhasany committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    be0613a View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Update core-httpclient-impl/src/main/java/com/optimizely/ab/NamedThre…

    …adFactory.java
    
    Co-authored-by: Jae Kim <45045038+jaeopt@users.noreply.github.com>
    wyhasany and jaeopt authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    002bc92 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Jae Kim <45045038+jaeopt@users.noreply.github.com>
    wyhasany and jaeopt authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    359552a View commit details
    Browse the repository at this point in the history