Closed utkarshkukreti closed 6 years ago
This is a very simple wrapper for fetch, powered by futures 0.1. The Mailbox struct now has a spawn function that takes any Future and sends its return value as a message to the application.
fetch
Mailbox
spawn
Future
This is a very simple wrapper for
fetch
, powered by futures 0.1. TheMailbox
struct now has aspawn
function that takes anyFuture
and sends its return value as a message to the application.