Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/self async positioning2 #163

Merged
merged 8 commits into from
Jun 2, 2024
Merged

Fix/self async positioning2 #163

merged 8 commits into from
Jun 2, 2024

Conversation

MrCoder
Copy link
Collaborator

@MrCoder MrCoder commented Jun 2, 2024

No description provided.

A->A: async

A.method {
  self {
    B.method
    self {
      C.method
    }
  }
  A->A:method
  B->B:method
  B.method {
    B->B:self async
    C->B:async
    C->A:async
    A->C:async1
  }
}

A->A: async
A->B: async
A->C: async
B->B: async
B->C: async
B->A: async
C->C: async
C->B: async
C->A: async
A.method {
  A->A: async
  A->B: async
  A->C: async
  B->B: async
  B->C: async
  B->A: async
  C->C: async
  C->B: async
  C->A: async
  B.method {
    A->A: async
    A->B: async
    A->C: async
    B->B: async
    B->C: async
    B->A: async
    C->C: async
    C->B: async
    C->A: async
  }
}

C.method {
  A->C: async
  C->A: async
  C->B: async
  B->C: async
  B.method {
    A->A: async
    A->B: async
    A->C: async
    B->B: async
    B->C: async
    B->A: async
    C->C: async
    C->B: async
    C->A: async
  }
}
@MrCoder MrCoder merged commit 169d125 into main Jun 2, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant