vipcxj / jasync

make async-await code style available in java just like csharp and es6
Apache License 2.0
129 stars 14 forks source link

compile error #8

Closed qw623577789 closed 2 years ago

qw623577789 commented 2 years ago
    @Async(logResultTree = true)
    private static JPromise<Void> test(String command) {
        try {
            command = "对输入参数赋值,就挂了";
            JAsync.just().await();
        }
        catch( Exception e) {

        }
        return JAsync.just();
    }
vipcxj commented 2 years ago

I have just released v0.1.9 that references this issue.

Closing this issue. Please re-open if you think there's still more to do.