toggle menu
MoEngage-Android-SDK
androidJvm
switch theme
search in API
mock-helper
/
com.moengage.util
Package-level
declarations
Functions
Functions
racy
Test
Link copied to clipboard
fun
<
TState
:
Any
,
TResult
>
racyTest
(
threads
:
Int
=
3
,
runs
:
Int
=
5000
,
initialize
:
(
)
->
TState
,
access
:
(
TState
,
runnerIndex
:
Int
)
->
TResult
,
validate
:
(
List
<
TResult
>
)
->
Boolean
)