Skip to content

[async/await] Add async await support to ActorTestProbe #830

@ktoso

Description

@ktoso

For now let's keep all the APIs but allow them to async/await rather than block the current thread.

E.g. it should be possible to:

let probe = testKit.spawnTestProbe(...)

try await probe.expectMessage()

rather than the blocking version of this call

Metadata

Metadata

Assignees

No one assigned

    Labels

    1 - triagedTicket makes sense and is well defined, ready to be worked onhelp wantedGreat tickets to get started contributing!t:testkit

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions