Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Dec 23, 2023
1 parent eeb3b8a commit e8a2823
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/docs/integrations/entrypoint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ And
[Unity - Manual: Order of Execution for Event Functions](https://docs.unity3d.com/Manual/ExecutionOrder.html)
:::

### async

`IAsyncStartable` is available as a variant of IStartable.
It has the same timing as IStartable, but `async Awaitable StartAsync()` is available.

If you are a UniTask user, you can also choose the UniTask version of StartAsync.
[UniTask integration](../integrations/unitask)

## Handle of the exception that was not caught

On the application side, exceptions thrown in processes such as Start() and Tick() cannot be caught outside.
Expand Down

0 comments on commit e8a2823

Please sign in to comment.