dragonwell-project / dragonwell8

Alibaba Dragonwell8 JDK
http://dragonwell-jdk.io
GNU General Public License v2.0
4.21k stars 497 forks source link

[Wisp] Separate IO poller #532

Closed jia-wei-tang closed 1 year ago

jia-wei-tang commented 1 year ago

Summary: Supports different coroutines waiting on the same socket's read and write events. Solve a wisp bug triggered by okhttp.

Test Plan: TestIssue311

Reviewed-by: zhengxiaolinX, D-D-H

Issue: dragonwell-project/dragonwell8/issues/311