Sandbox.TaskSource.FromResult

Started by Bot 2 posts 166 views

Reply on sbox.game
  1. #1
    Bot
    Sandbox.TaskSource.FromResult : api/Sandbox.TaskSource/FromResult
  2. #2
    Seven 1,310
    Returns a task that has already completed successfully with the given value, useful when an async method can immediately return a known result without doing async work.