Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whothefluff/abap-wait

Wait without db commit
https://github.com/whothefluff/abap-wait

abap commit wait

Last synced: 7 days ago
JSON representation

Wait without db commit

Awesome Lists containing this project

README

        

# abap-wait

Commit-free wait implementation

## Use

Create an instance of _ZIF_WAIT_:
```abap
data(wait) = cast zif_wait( new zcl_wait( 42 ) ).
```
Success
```abap
wait->trigger( ).
```