Skip to content

Commit

Permalink
support virtual thread
Browse files Browse the repository at this point in the history
  • Loading branch information
“HzjNeverStop” committed Nov 20, 2023
1 parent ab69b05 commit 26f9251
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
* This is a dummy version for reachability on JDK less than 21.
*
* @author huzijie
* @version SofaVirtualDelegate.java, v 0.1 2023年11月20日 3:57 PM huzijie Exp $
* @version SofaVirtualThreadFactory.java, v 0.1 2023年11月20日 3:57 PM huzijie Exp $
*/
public class SofaVirtualThreadDelegate {
public class SofaVirtualThreadFactory {

/**
* Create a virtual thread with name.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
* This is the actual version compiled against JDK 21.
*
* @author huzijie
* @version SofaVirtualDelegate.java, v 0.1 2023年11月20日 3:57 PM huzijie Exp $
* @version SofaVirtualThreadFactory.java, v 0.1 2023年11月20日 3:57 PM huzijie Exp $
*/
public class SofaVirtualThreadDelegate {
public class SofaVirtualThreadFactory {

/**
* Create a virtual thread with name.
Expand Down

0 comments on commit 26f9251

Please sign in to comment.