This commit is contained in:
2017-06-11 11:13:59 +02:00
parent 22f75038f5
commit 3a7a9dea65
7 changed files with 62 additions and 47 deletions

View File

@ -22,7 +22,7 @@ func Get(ctx *aero.Context) string {
var threads []*arn.Thread
var animeList *arn.AnimeList
aero.Async(func() {
aero.Parallel(func() {
user = utils.GetUser(ctx)
}, func() {
animeList = viewUser.AnimeList()