Skip to content

Repository files navigation

Waiter for Hyperf

composer require gemini/waiter

How to use

<?php

$result = wait(function(){
    // Do something...
    return 'Hello World';
});

echo $result; // Hello World

About

A coroutine waiter for Hyperf.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages