Resource

future-elicit-result

The elicit result is ready when the pollable indicates readiness.

resource future-elicit-result;

F subscribe

subscribe: func() -> pollable;

Check if the elicit result is ready.

F elicit-result

elicit-result: func() -> elicit-result;

Get the elicit result. Only call this if subscribe indicates readiness.