Skip to content

memfork/ext-async

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Async-IO Client API

Coroutine style API became the mainstream in the Swoole core since version 4.3.0.

ext-async depends on swoole, it is a extension of swoole, including the async callback style API.

You have to install Swoole extension before installing this extenion.

Major change since version 4.3.0

Async clients and API are moved to a separate PHP extension swoole_async since version 4.3.0, install swoole_async:

git clone https://github.com/swoole/async-ext.git
cd async-src
phpize
./confiugre
make -j 4
sudo make install

Enable it by adding a new line extension=swoole_async.so to php.ini.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 38.4%
  • PHP 38.1%
  • C++ 20.0%
  • Shell 1.2%
  • PLpgSQL 1.0%
  • Python 0.6%
  • Other 0.7%