mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-21 04:25:00 +00:00
feat[event]: support virtual thread api
This commit is contained in:
@@ -110,6 +110,7 @@ public abstract class EventBus {
|
||||
execute(event.executorHash(), () -> doReceiver(receiver, event));
|
||||
break;
|
||||
case VirtualThread:
|
||||
logger.error("waiting for java 21 virtual thread");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user