Implement peer.timeout built-in function (#101)

This commit is contained in:
Pavel
2021-11-17 09:21:32 +03:00
committed by GitHub
parent 2de819144a
commit defe961413
7 changed files with 180 additions and 77 deletions

View File

@ -146,6 +146,7 @@ export type ParticleExecutionStage =
| { stage: 'interpreterError'; errorMessage: string }
| { stage: 'localWorkDone' }
| { stage: 'sent' }
| { stage: 'sendingError' }
| { stage: 'expired' };
export interface ParticleQueueItem {