Promises, async and await #168
Labels
blocking
These issues are blocking the checker being used in projects
checking
Issues around checking
needs-investigation
Further information is requested
Currently
Promise
type annotations andawait
ing them does work. But that is itOne thing currently stuck on is how to represent the flow in a async situation
Thinking
Event::Await
???Event::WaitsToFunctionToBeCalled
???CallingTiming
FunctionEffect::SideEffects
(separate issue and not currently implemented)await
branchesAdditionally
then
-ablesasync
functions returns should return aPromise<...>
await
is valid in some placeawait
has no effectThe text was updated successfully, but these errors were encountered: