jar

com.github.wujiuye : asyncframework

Maven & Gradle

Mar 28, 2020
6 stars

asyncframework · asm+动态字节码实现的一个异步框架,在你的接口上添加一个@AsyncFunction注解即可让这个方法异步执行,不依赖任何第三方框架!支持异步带返回值!

Table Of Contents

Latest Version

Download com.github.wujiuye : asyncframework JAR file - Latest Versions:

All Versions

Download com.github.wujiuye : asyncframework JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window asyncframework-1.2.0-RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.wujiuye.asyncframework.handler.async

├─ com.wujiuye.asyncframework.handler.async.AsyncFunctionHandler.class - [JAR]

├─ com.wujiuye.asyncframework.handler.async.AsyncResult.class - [JAR]

├─ com.wujiuye.asyncframework.handler.async.FutureFunctionHandler.class - [JAR]

├─ com.wujiuye.asyncframework.handler.async.VoidFunctionHandler.class - [JAR]

com.wujiuye.asyncframework.handler.runnable

├─ com.wujiuye.asyncframework.handler.runnable.CallableHandler.class - [JAR]

├─ com.wujiuye.asyncframework.handler.runnable.RunnableHandler.class - [JAR]

com.wujiuye.asyncframework

├─ com.wujiuye.asyncframework.AsyncFunction.class - [JAR]

├─ com.wujiuye.asyncframework.AsyncProxyFactory.class - [JAR]

├─ com.wujiuye.asyncframework.ByteCodeClassLoader.class - [JAR]

├─ com.wujiuye.asyncframework.ByteCodeUtils.class - [JAR]

├─ com.wujiuye.asyncframework.LogUtil.class - [JAR]

com.wujiuye.asyncframework.handler

├─ com.wujiuye.asyncframework.handler.AsyncImplHandler.class - [JAR]

├─ com.wujiuye.asyncframework.handler.ByteCodeHandler.class - [JAR]

├─ com.wujiuye.asyncframework.handler.InterfaceImplHandler.class - [JAR]