Skip to main content
added 5 characters in body
Source Link
Jamal
  • 35.2k
  • 13
  • 134
  • 238

This looks good. A synchronous call is always an async call plus a wait for the result. To make that clear, execute()execute() should probably call executeAsync()executeAsync() instead of getHandle()getHandle().

This looks good. A synchronous call is always an async call plus a wait for the result. To make that clear, execute() should probably call executeAsync() instead of getHandle()

This looks good. A synchronous call is always an async call plus a wait for the result. To make that clear, execute() should probably call executeAsync() instead of getHandle().

Source Link

This looks good. A synchronous call is always an async call plus a wait for the result. To make that clear, execute() should probably call executeAsync() instead of getHandle()